﻿2026-06-16T08:25:40.5765716Z Current runner version: '2.335.1'
2026-06-16T08:25:40.5770310Z Runner name: 'kitsubito'
2026-06-16T08:25:40.5770818Z Runner group name: 'Default'
2026-06-16T08:25:40.5771447Z Machine name: 'KITSUBITO'
2026-06-16T08:25:40.5773342Z ##[group]GITHUB_TOKEN Permissions
2026-06-16T08:25:40.5775079Z Contents: read
2026-06-16T08:25:40.5775464Z Metadata: read
2026-06-16T08:25:40.5775840Z Packages: read
2026-06-16T08:25:40.5776204Z ##[endgroup]
2026-06-16T08:25:40.5777778Z Secret source: Actions
2026-06-16T08:25:40.5778275Z Prepare workflow directory
2026-06-16T08:25:40.6131213Z Prepare all required actions
2026-06-16T08:25:40.6160477Z Getting action download info
2026-06-16T08:25:41.0421539Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-16T08:25:41.8348909Z Complete job name: test (self-hosted, Linux, kitsubito)
2026-06-16T08:25:41.9330830Z ##[group]Run actions/checkout@v5
2026-06-16T08:25:41.9331770Z with:
2026-06-16T08:25:41.9332236Z   repository: SaberMage/spt-core
2026-06-16T08:25:41.9339513Z   token: ***
2026-06-16T08:25:41.9339966Z   ssh-strict: true
2026-06-16T08:25:41.9340433Z   ssh-user: git
2026-06-16T08:25:41.9340899Z   persist-credentials: true
2026-06-16T08:25:41.9341448Z   clean: true
2026-06-16T08:25:41.9341930Z   sparse-checkout-cone-mode: true
2026-06-16T08:25:41.9342535Z   fetch-depth: 1
2026-06-16T08:25:41.9342991Z   fetch-tags: false
2026-06-16T08:25:41.9343461Z   show-progress: true
2026-06-16T08:25:41.9343938Z   lfs: false
2026-06-16T08:25:41.9344371Z   submodules: false
2026-06-16T08:25:41.9344850Z   set-safe-directory: true
2026-06-16T08:25:41.9345597Z ##[endgroup]
2026-06-16T08:25:42.0136264Z Syncing repository: SaberMage/spt-core
2026-06-16T08:25:42.0138211Z ##[group]Getting Git version info
2026-06-16T08:25:42.0139422Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-16T08:25:42.0140759Z [command]/usr/bin/git version
2026-06-16T08:25:42.0141316Z git version 2.43.0
2026-06-16T08:25:42.0145038Z ##[endgroup]
2026-06-16T08:25:42.0156153Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/0673e037-2362-4f00-ad28-1314c409d77e' before making global git config changes
2026-06-16T08:25:42.0158146Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T08:25:42.0159893Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-16T08:25:42.0193069Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-16T08:25:42.0212804Z https://github.com/SaberMage/spt-core
2026-06-16T08:25:42.0222368Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-16T08:25:42.0225182Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-16T08:25:42.0242099Z refs/heads/dev-freeform
2026-06-16T08:25:42.0247895Z [command]/usr/bin/git checkout --detach
2026-06-16T08:25:42.0288276Z HEAD is now at 24e2409 M11-W5 T5.1: gateway-owner cross-node [twohost] rung + defer cross-node tunnel
2026-06-16T08:25:42.0319420Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-16T08:25:42.0346009Z Deleted branch dev-freeform (was 24e2409).
2026-06-16T08:25:42.0382047Z ##[endgroup]
2026-06-16T08:25:42.0383797Z [command]/usr/bin/git submodule status
2026-06-16T08:25:42.0569362Z ##[group]Cleaning the repository
2026-06-16T08:25:42.0572591Z [command]/usr/bin/git clean -ffdx
2026-06-16T08:25:42.8130540Z Removing target/
2026-06-16T08:25:42.8140054Z [command]/usr/bin/git reset --hard HEAD
2026-06-16T08:25:42.8187710Z HEAD is now at 24e2409 M11-W5 T5.1: gateway-owner cross-node [twohost] rung + defer cross-node tunnel
2026-06-16T08:25:42.8226062Z ##[endgroup]
2026-06-16T08:25:42.8228095Z ##[group]Disabling automatic garbage collection
2026-06-16T08:25:42.8230367Z [command]/usr/bin/git config --local gc.auto 0
2026-06-16T08:25:42.8255627Z ##[endgroup]
2026-06-16T08:25:42.8257122Z ##[group]Setting up auth
2026-06-16T08:25:42.8260434Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-16T08:25:42.8305131Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-16T08:25:42.8473707Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T08:25:42.8499672Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-16T08:25:42.8680668Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T08:25:42.8707007Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-16T08:25:42.8891833Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-16T08:25:42.8925474Z ##[endgroup]
2026-06-16T08:25:42.8927191Z ##[group]Fetching the repository
2026-06-16T08:25:42.8934186Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +24e2409de14b0439f608f10426f2d79b64c5e50a:refs/remotes/origin/dev-freeform
2026-06-16T08:25:43.3673619Z ##[endgroup]
2026-06-16T08:25:43.3675469Z ##[group]Determining the checkout info
2026-06-16T08:25:43.3676949Z ##[endgroup]
2026-06-16T08:25:43.3677893Z [command]/usr/bin/git sparse-checkout disable
2026-06-16T08:25:43.3715531Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-16T08:25:43.3741178Z ##[group]Checking out the ref
2026-06-16T08:25:43.3742886Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-16T08:25:43.3786023Z Switched to a new branch 'dev-freeform'
2026-06-16T08:25:43.3787314Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-16T08:25:43.3790877Z ##[endgroup]
2026-06-16T08:25:43.3821294Z [command]/usr/bin/git log -1 --format=%H
2026-06-16T08:25:43.3844641Z 24e2409de14b0439f608f10426f2d79b64c5e50a
2026-06-16T08:25:43.4063061Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-16T08:25:43.4064421Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-16T08:25:43.4081159Z shell: /usr/bin/bash -e {0}
2026-06-16T08:25:43.4081912Z ##[endgroup]
2026-06-16T08:25:43.4196757Z ##[group]Run cargo nextest run --workspace
2026-06-16T08:25:43.4197696Z [36;1mcargo nextest run --workspace[0m
2026-06-16T08:25:43.4211247Z shell: /usr/bin/bash -e {0}
2026-06-16T08:25:43.4211972Z env:
2026-06-16T08:25:43.4212606Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-16T08:25:43.4213406Z ##[endgroup]
2026-06-16T08:25:44.0292263Z    Compiling proc-macro2 v1.0.106
2026-06-16T08:25:44.0293007Z    Compiling unicode-ident v1.0.24
2026-06-16T08:25:44.0293670Z    Compiling quote v1.0.45
2026-06-16T08:25:44.0294074Z    Compiling libc v0.2.186
2026-06-16T08:25:44.0294543Z    Compiling cfg-if v1.0.4
2026-06-16T08:25:44.0294911Z    Compiling serde_core v1.0.228
2026-06-16T08:25:44.0295278Z    Compiling serde v1.0.228
2026-06-16T08:25:44.0346090Z    Compiling typenum v1.20.1
2026-06-16T08:25:44.0387018Z    Compiling version_check v0.9.5
2026-06-16T08:25:44.0507707Z    Compiling portable-atomic v1.13.1
2026-06-16T08:25:44.0562501Z    Compiling memchr v2.8.1
2026-06-16T08:25:44.0602447Z    Compiling shlex v2.0.1
2026-06-16T08:25:44.0781378Z    Compiling find-msvc-tools v0.1.9
2026-06-16T08:25:44.0782698Z    Compiling critical-section v1.2.0
2026-06-16T08:25:44.0783602Z    Compiling subtle v2.6.1
2026-06-16T08:25:44.0988685Z    Compiling log v0.4.32
2026-06-16T08:25:44.1411175Z    Compiling equivalent v1.0.2
2026-06-16T08:25:44.1783356Z    Compiling smallvec v1.15.1
2026-06-16T08:25:44.2172510Z    Compiling semver v1.0.28
2026-06-16T08:25:44.2732565Z    Compiling itoa v1.0.18
2026-06-16T08:25:44.3071277Z    Compiling cpufeatures v0.2.17
2026-06-16T08:25:44.3239147Z    Compiling bitflags v2.12.1
2026-06-16T08:25:44.3657433Z    Compiling hashbrown v0.17.1
2026-06-16T08:25:44.3885324Z    Compiling pin-project-lite v0.2.17
2026-06-16T08:25:44.4038314Z    Compiling rand_core v0.10.1
2026-06-16T08:25:44.4141281Z    Compiling getrandom v0.4.2
2026-06-16T08:25:44.4424292Z    Compiling bytes v1.11.1
2026-06-16T08:25:44.4570191Z    Compiling futures-core v0.3.32
2026-06-16T08:25:44.4961631Z    Compiling generic-array v0.14.7
2026-06-16T08:25:44.5002050Z    Compiling zerocopy v0.8.50
2026-06-16T08:25:44.5679953Z    Compiling rustc_version v0.4.1
2026-06-16T08:25:44.6226011Z    Compiling stable_deref_trait v1.2.1
2026-06-16T08:25:44.6711344Z    Compiling ahash v0.8.12
2026-06-16T08:25:44.6870543Z    Compiling signature v2.2.0
2026-06-16T08:25:44.7039986Z    Compiling slab v0.4.12
2026-06-16T08:25:44.7318255Z    Compiling futures-sink v0.3.32
2026-06-16T08:25:44.7471702Z    Compiling futures-io v0.3.32
2026-06-16T08:25:44.7551337Z    Compiling futures-task v0.3.32
2026-06-16T08:25:44.8286096Z    Compiling futures-channel v0.3.32
2026-06-16T08:25:44.8570967Z    Compiling ed25519 v2.2.3
2026-06-16T08:25:44.9421169Z    Compiling vcpkg v0.2.15
2026-06-16T08:25:44.9636455Z    Compiling pkg-config v0.3.33
2026-06-16T08:25:44.9780909Z    Compiling zmij v1.0.21
2026-06-16T08:25:44.9951159Z    Compiling curve25519-dalek v4.1.3
2026-06-16T08:25:45.0111003Z    Compiling serde_json v1.0.150
2026-06-16T08:25:45.1170916Z    Compiling fastrand v2.4.1
2026-06-16T08:25:45.1436326Z    Compiling rustversion v1.0.22
2026-06-16T08:25:45.2290968Z    Compiling indexmap v2.14.0
2026-06-16T08:25:45.2641708Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-16T08:25:45.3669253Z    Compiling fallible-iterator v0.3.0
2026-06-16T08:25:45.4211433Z    Compiling syn v2.0.117
2026-06-16T08:25:45.4451122Z    Compiling autocfg v1.5.1
2026-06-16T08:25:45.4895680Z    Compiling fnv v1.0.7
2026-06-16T08:25:45.5550859Z    Compiling strsim v0.11.1
2026-06-16T08:25:45.6010952Z    Compiling cfg_aliases v0.2.1
2026-06-16T08:25:45.6380881Z    Compiling writeable v0.6.3
2026-06-16T08:25:45.6660795Z    Compiling litemap v0.8.2
2026-06-16T08:25:45.6760835Z    Compiling fs_extra v1.3.0
2026-06-16T08:25:45.7610839Z    Compiling utf8_iter v1.0.4
2026-06-16T08:25:45.8186988Z    Compiling dunce v1.0.5
2026-06-16T08:25:45.8878852Z    Compiling jobserver v0.1.34
2026-06-16T08:25:45.8984491Z    Compiling ident_case v1.0.1
2026-06-16T08:25:45.9055609Z    Compiling icu_normalizer_data v2.2.0
2026-06-16T08:25:45.9151261Z    Compiling icu_properties_data v2.2.0
2026-06-16T08:25:45.9211993Z    Compiling anyhow v1.0.102
2026-06-16T08:25:45.9341573Z    Compiling rustix v1.1.4
2026-06-16T08:25:45.9500895Z    Compiling percent-encoding v2.3.2
2026-06-16T08:25:45.9871071Z    Compiling linux-raw-sys v0.12.1
2026-06-16T08:25:46.0666082Z    Compiling http v1.4.1
2026-06-16T08:25:46.1011098Z    Compiling crypto-common v0.1.7
2026-06-16T08:25:46.1102468Z    Compiling block-buffer v0.10.4
2026-06-16T08:25:46.1663178Z    Compiling cc v1.2.63
2026-06-16T08:25:46.2222432Z    Compiling aws-lc-rs v1.17.0
2026-06-16T08:25:46.2329280Z    Compiling unicode-segmentation v1.13.3
2026-06-16T08:25:46.2488874Z    Compiling digest v0.10.7
2026-06-16T08:25:46.2565705Z    Compiling cpufeatures v0.3.0
2026-06-16T08:25:46.2845432Z    Compiling thiserror v2.0.18
2026-06-16T08:25:46.3480784Z    Compiling scopeguard v1.2.0
2026-06-16T08:25:46.3500602Z    Compiling chacha20 v0.10.0
2026-06-16T08:25:46.3501685Z    Compiling form_urlencoded v1.2.2
2026-06-16T08:25:46.4341291Z    Compiling lock_api v0.4.14
2026-06-16T08:25:46.4796425Z    Compiling sha2 v0.10.9
2026-06-16T08:25:46.4804525Z    Compiling untrusted v0.9.0
2026-06-16T08:25:46.5710802Z    Compiling rustls v0.23.40
2026-06-16T08:25:46.5925435Z    Compiling heck v0.5.0
2026-06-16T08:25:46.6046076Z    Compiling atomic-waker v1.1.2
2026-06-16T08:25:46.6950388Z    Compiling convert_case v0.10.0
2026-06-16T08:25:46.7315294Z    Compiling const-oid v0.10.2
2026-06-16T08:25:46.7670554Z    Compiling unicode-xid v0.2.6
2026-06-16T08:25:46.7780681Z    Compiling httparse v1.10.1
2026-06-16T08:25:46.8080707Z    Compiling paste v1.0.15
2026-06-16T08:25:46.8269338Z    Compiling getrandom v0.2.17
2026-06-16T08:25:46.8331497Z    Compiling mio v1.2.1
2026-06-16T08:25:46.9580951Z    Compiling socket2 v0.6.4
2026-06-16T08:25:46.9970258Z    Compiling rand_core v0.6.4
2026-06-16T08:25:47.0143329Z    Compiling fs2 v0.4.3
2026-06-16T08:25:47.0344502Z    Compiling parking_lot_core v0.9.12
2026-06-16T08:25:47.0681063Z    Compiling rand v0.10.1
2026-06-16T08:25:47.1299662Z    Compiling http-body v1.0.1
2026-06-16T08:25:47.1380383Z    Compiling num-traits v0.2.19
2026-06-16T08:25:47.1401870Z    Compiling hybrid-array v0.4.12
2026-06-16T08:25:47.1728590Z    Compiling powerfmt v0.2.0
2026-06-16T08:25:47.1997862Z    Compiling base64ct v1.8.3
2026-06-16T08:25:47.2470321Z    Compiling either v1.16.0
2026-06-16T08:25:47.3840716Z    Compiling deranged v0.5.8
2026-06-16T08:25:47.4970838Z    Compiling cmake v0.1.58
2026-06-16T08:25:47.5730806Z    Compiling base64 v0.22.1
2026-06-16T08:25:47.5878847Z    Compiling ref-cast v1.0.25
2026-06-16T08:25:47.6632585Z    Compiling pem-rfc7468 v1.0.0
2026-06-16T08:25:47.6810580Z    Compiling try-lock v0.2.5
2026-06-16T08:25:47.8090880Z    Compiling time-core v0.1.8
2026-06-16T08:25:47.8180360Z    Compiling data-encoding v2.11.0
2026-06-16T08:25:47.8350871Z    Compiling tinyvec_macros v0.1.1
2026-06-16T08:25:47.8800732Z    Compiling num-conv v0.2.2
2026-06-16T08:25:47.9092248Z    Compiling tower-service v0.3.3
2026-06-16T08:25:47.9556286Z    Compiling tinyvec v1.11.0
2026-06-16T08:25:47.9800534Z    Compiling crypto-common v0.2.2
2026-06-16T08:25:47.9990379Z    Compiling block-buffer v0.12.0
2026-06-16T08:25:48.0365804Z    Compiling want v0.3.1
2026-06-16T08:25:48.0569063Z    Compiling parking_lot v0.12.5
2026-06-16T08:25:48.0880775Z    Compiling vergen-lib v9.1.0
2026-06-16T08:25:48.1190176Z    Compiling inout v0.1.4
2026-06-16T08:25:48.1571017Z    Compiling memoffset v0.6.5
2026-06-16T08:25:48.1651110Z    Compiling n0-future v0.3.2
2026-06-16T08:25:48.2028761Z    Compiling aho-corasick v1.1.4
2026-06-16T08:25:48.2491948Z    Compiling cordyceps v0.3.4
2026-06-16T08:25:48.2935835Z    Compiling parking v2.2.1
2026-06-16T08:25:48.3340547Z    Compiling spin v0.10.0
2026-06-16T08:25:48.4321517Z    Compiling winnow v0.7.15
2026-06-16T08:25:48.4492904Z    Compiling thiserror v1.0.69
2026-06-16T08:25:48.4620241Z    Compiling diatomic-waker v0.2.3
2026-06-16T08:25:48.5291272Z    Compiling regex-syntax v0.8.10
2026-06-16T08:25:48.6020832Z    Compiling libsqlite3-sys v0.30.1
2026-06-16T08:25:48.6300534Z    Compiling aws-lc-sys v0.41.0
2026-06-16T08:25:48.6521255Z    Compiling ring v0.17.14
2026-06-16T08:25:48.6790294Z    Compiling httpdate v1.0.3
2026-06-16T08:25:48.7420586Z    Compiling toml_write v0.1.2
2026-06-16T08:25:48.9228136Z    Compiling winnow v1.0.3
2026-06-16T08:25:48.9390120Z    Compiling crossbeam-utils v0.8.21
2026-06-16T08:25:49.0741513Z    Compiling digest v0.11.3
2026-06-16T08:25:49.2437755Z    Compiling futures-buffered v0.2.13
2026-06-16T08:25:49.2810499Z    Compiling futures-lite v2.6.1
2026-06-16T08:25:49.3430985Z    Compiling cipher v0.4.4
2026-06-16T08:25:49.4290990Z    Compiling netlink-packet-core v0.8.1
2026-06-16T08:25:49.5381016Z    Compiling ioctl-rs v0.1.6
2026-06-16T08:25:49.5838368Z    Compiling serial-core v0.4.0
2026-06-16T08:25:49.6472877Z    Compiling termios v0.2.2
2026-06-16T08:25:49.6714349Z    Compiling vergen-lib v0.1.6
2026-06-16T08:25:49.7300981Z    Compiling vergen v9.1.0
2026-06-16T08:25:49.7920740Z    Compiling universal-hash v0.5.1
2026-06-16T08:25:49.8400613Z    Compiling noq-udp v0.10.0
2026-06-16T08:25:49.8580878Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-16T08:25:49.8960964Z    Compiling heapless v0.7.17
2026-06-16T08:25:49.9180975Z    Compiling sync_wrapper v1.0.2
2026-06-16T08:25:49.9287102Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-16T08:25:49.9575388Z    Compiling opaque-debug v0.3.1
2026-06-16T08:25:50.0209828Z    Compiling dyn-clone v1.0.20
2026-06-16T08:25:50.0211284Z    Compiling allocator-api2 v0.2.21
2026-06-16T08:25:50.0794511Z    Compiling byteorder v1.5.0
2026-06-16T08:25:50.2051071Z    Compiling polyval v0.6.2
2026-06-16T08:25:50.2660770Z    Compiling serial-unix v0.4.0
2026-06-16T08:25:50.2776195Z    Compiling hash32 v0.2.1
2026-06-16T08:25:50.3031198Z    Compiling spin v0.9.8
2026-06-16T08:25:50.3286665Z    Compiling vergen-gitcl v1.0.8
2026-06-16T08:25:50.4246535Z    Compiling tower-layer v0.3.3
2026-06-16T08:25:50.4523096Z    Compiling signature v3.0.0
2026-06-16T08:25:50.4700679Z    Compiling ryu v1.0.23
2026-06-16T08:25:50.4866628Z    Compiling bitflags v1.3.2
2026-06-16T08:25:50.4957961Z    Compiling num_threads v0.1.7
2026-06-16T08:25:50.5214702Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-16T08:25:50.5554881Z    Compiling pin-utils v0.1.0
2026-06-16T08:25:50.5953706Z    Compiling serial v0.4.0
2026-06-16T08:25:50.6100800Z    Compiling nix v0.25.1
2026-06-16T08:25:50.6281127Z    Compiling time v0.3.47
2026-06-16T08:25:50.6384416Z    Compiling ghash v0.5.1
2026-06-16T08:25:50.6385428Z    Compiling aes v0.8.4
2026-06-16T08:25:50.6601210Z    Compiling ctr v0.9.2
2026-06-16T08:25:50.6635658Z    Compiling sha2 v0.11.0-rc.5
2026-06-16T08:25:50.7460567Z    Compiling http-body-util v0.1.3
2026-06-16T08:25:50.8880804Z    Compiling synstructure v0.13.2
2026-06-16T08:25:50.9400460Z    Compiling darling_core v0.20.11
2026-06-16T08:25:51.0241260Z    Compiling serde_derive_internals v0.29.1
2026-06-16T08:25:51.1332018Z    Compiling regex-automata v0.4.14
2026-06-16T08:25:51.4010733Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-16T08:25:51.4539370Z    Compiling aead v0.5.2
2026-06-16T08:25:51.4567873Z    Compiling openssl-probe v0.2.1
2026-06-16T08:25:51.5888914Z    Compiling shell-words v1.1.1
2026-06-16T08:25:51.5964081Z    Compiling downcast-rs v1.2.1
2026-06-16T08:25:51.6537704Z    Compiling aes-gcm v0.10.3
2026-06-16T08:25:51.6721168Z    Compiling crossbeam-epoch v0.9.18
2026-06-16T08:25:51.7604317Z    Compiling crossbeam-channel v0.5.15
2026-06-16T08:25:51.7938555Z    Compiling netlink-packet-route v0.29.0
2026-06-16T08:25:52.0231134Z    Compiling blake3 v1.8.5
2026-06-16T08:25:52.1300854Z    Compiling uuid v1.23.2
2026-06-16T08:25:52.2640638Z    Compiling proc-macro-crate v3.5.0
2026-06-16T08:25:52.3007946Z    Compiling netwatch v0.16.0
2026-06-16T08:25:52.3648219Z    Compiling noq v0.18.0
2026-06-16T08:25:52.5199778Z    Compiling acto v0.8.2
2026-06-16T08:25:52.5531312Z    Compiling identity-hash v0.1.0
2026-06-16T08:25:52.6088715Z    Compiling foldhash v0.2.0
2026-06-16T08:25:52.6650559Z    Compiling mac-addr v0.3.0
2026-06-16T08:25:52.6849807Z    Compiling tagptr v0.2.0
2026-06-16T08:25:52.6932190Z    Compiling rustc-hash v2.1.2
2026-06-16T08:25:52.7910952Z    Compiling xml-rs v0.8.28
2026-06-16T08:25:52.8004996Z    Compiling serde_derive v1.0.228
2026-06-16T08:25:52.8076310Z    Compiling zeroize_derive v1.4.3
2026-06-16T08:25:52.8190964Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-16T08:25:52.8350517Z    Compiling tokio-macros v2.7.0
2026-06-16T08:25:52.8529078Z    Compiling zerofrom-derive v0.1.7
2026-06-16T08:25:52.8833265Z    Compiling futures-macro v0.3.32
2026-06-16T08:25:53.0661362Z    Compiling yoke-derive v0.8.2
2026-06-16T08:25:53.1116783Z    Compiling zerovec-derive v0.11.3
2026-06-16T08:25:53.4344809Z    Compiling zeroize v1.8.2
2026-06-16T08:25:53.4660536Z    Compiling displaydoc v0.2.6
2026-06-16T08:25:53.5939174Z    Compiling tracing-attributes v0.1.31
2026-06-16T08:25:53.6470877Z    Compiling tokio v1.52.3
2026-06-16T08:25:53.9560925Z    Compiling futures-util v0.3.32
2026-06-16T08:25:54.3340958Z    Compiling rustls-pki-types v1.14.1
2026-06-16T08:25:54.3930794Z    Compiling thiserror-impl v2.0.18
2026-06-16T08:25:54.4090398Z    Compiling zerofrom v0.1.8
2026-06-16T08:25:54.5163065Z    Compiling yoke v0.8.3
2026-06-16T08:25:54.6031298Z    Compiling darling_macro v0.20.11
2026-06-16T08:25:54.6250435Z    Compiling derive_more-impl v2.1.1
2026-06-16T08:25:54.7613932Z    Compiling zerovec v0.11.6
2026-06-16T08:25:54.9810813Z    Compiling zerotrie v0.2.4
2026-06-16T08:25:55.1159480Z    Compiling ed25519-dalek v2.2.0
2026-06-16T08:25:55.4038811Z    Compiling darling v0.20.11
2026-06-16T08:25:55.4212095Z    Compiling n0-error-macros v0.1.3
2026-06-16T08:25:55.4788261Z    Compiling spt-proto v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-16T08:25:55.5538717Z    Compiling tinystr v0.8.3
2026-06-16T08:25:55.5721336Z    Compiling potential_utf v0.1.5
2026-06-16T08:25:55.7415083Z    Compiling icu_locale_core v2.2.0
2026-06-16T08:25:55.7623939Z    Compiling icu_collections v2.2.0
2026-06-16T08:25:55.7819759Z    Compiling derive_builder_core v0.20.2
2026-06-16T08:25:55.9760572Z    Compiling spez v0.1.2
2026-06-16T08:25:56.2987521Z    Compiling der v0.8.0-rc.10
2026-06-16T08:25:56.3788201Z    Compiling ref-cast-impl v1.0.25
2026-06-16T08:25:56.4840791Z    Compiling pin-project-internal v1.1.13
2026-06-16T08:25:56.5970648Z    Compiling n0-error v0.1.3
2026-06-16T08:25:56.9790630Z    Compiling schemars_derive v1.2.1
2026-06-16T08:25:57.0075209Z    Compiling icu_provider v2.2.0
2026-06-16T08:25:57.0262635Z    Compiling thiserror-impl v1.0.69
2026-06-16T08:25:57.1478228Z    Compiling derive_builder_macro v0.20.2
2026-06-16T08:25:57.2445534Z    Compiling regex v1.12.3
2026-06-16T08:25:57.4351254Z    Compiling icu_normalizer v2.2.0
2026-06-16T08:25:57.4713545Z    Compiling icu_properties v2.2.0
2026-06-16T08:25:57.6840651Z    Compiling derive_builder v0.20.2
2026-06-16T08:25:57.8140492Z    Compiling spki v0.8.0-rc.4
2026-06-16T08:25:57.8961071Z    Compiling pin-project v1.1.13
2026-06-16T08:25:57.9140909Z    Compiling futures-executor v0.3.32
2026-06-16T08:25:57.9571990Z    Compiling cobs v0.3.0
2026-06-16T08:25:58.1160619Z    Compiling ipnet v2.12.0
2026-06-16T08:25:58.1701027Z    Compiling toml_datetime v0.6.11
2026-06-16T08:25:58.2367865Z    Compiling serde_spanned v0.6.9
2026-06-16T08:25:58.2907843Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-16T08:25:58.3101897Z    Compiling futures v0.3.32
2026-06-16T08:25:58.4058760Z    Compiling postcard-derive v0.2.2
2026-06-16T08:25:58.4391839Z    Compiling toml_edit v0.22.27
2026-06-16T08:25:58.4845639Z    Compiling prefix-trie v0.8.4
2026-06-16T08:25:58.5450749Z    Compiling ed25519 v3.0.0-rc.4
2026-06-16T08:25:58.6947526Z    Compiling filedescriptor v0.8.3
2026-06-16T08:25:58.8500788Z    Compiling once_cell v1.21.4
2026-06-16T08:25:58.9381098Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-16T08:25:58.9586707Z    Compiling portable-pty v0.8.1
2026-06-16T08:25:59.0274279Z    Compiling idna_adapter v1.2.2
2026-06-16T08:25:59.1030521Z    Compiling tracing-core v0.1.36
2026-06-16T08:25:59.1671503Z    Compiling idna v1.1.0
2026-06-16T08:25:59.1920469Z    Compiling tempfile v3.27.0
2026-06-16T08:25:59.2131051Z    Compiling derive_more v2.1.1
2026-06-16T08:25:59.2510718Z    Compiling schemars v1.2.1
2026-06-16T08:25:59.3061679Z    Compiling hashbrown v0.14.5
2026-06-16T08:25:59.3330580Z    Compiling postcard v1.1.3
2026-06-16T08:25:59.4341163Z    Compiling data-encoding-macro v0.1.20
2026-06-16T08:25:59.5433936Z    Compiling tokio-util v0.7.18
2026-06-16T08:25:59.5529879Z    Compiling netlink-sys v0.8.8
2026-06-16T08:25:59.7470592Z    Compiling tracing v0.1.44
2026-06-16T08:25:59.8290668Z    Compiling url v2.5.8
2026-06-16T08:25:59.8480832Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-16T08:26:00.1463921Z    Compiling hashlink v0.9.1
2026-06-16T08:26:00.1580227Z    Compiling tower v0.5.3
2026-06-16T08:26:00.2580701Z    Compiling rustls-native-certs v0.8.4
2026-06-16T08:26:00.2661023Z    Compiling num_enum_derive v0.7.6
2026-06-16T08:26:00.2870981Z    Compiling iroh-metrics-derive v0.4.1
2026-06-16T08:26:00.5179953Z    Compiling h2 v0.4.14
2026-06-16T08:26:00.5818165Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-16T08:26:00.6980216Z    Compiling enum-assoc v1.3.0
2026-06-16T08:26:00.7521335Z    Compiling rusqlite v0.32.1
2026-06-16T08:26:00.7598131Z    Compiling async-trait v0.1.89
2026-06-16T08:26:00.7839072Z    Compiling strum_macros v0.28.0
2026-06-16T08:26:00.8047720Z    Compiling lru-slab v0.1.2
2026-06-16T08:26:00.8490558Z    Compiling sorted-index-buffer v0.2.1
2026-06-16T08:26:00.9220968Z    Compiling iroh-metrics v0.38.3
2026-06-16T08:26:01.0040380Z    Compiling tower-http v0.6.11
2026-06-16T08:26:01.2202511Z    Compiling toml v0.8.23
2026-06-16T08:26:01.3101312Z    Compiling n0-watcher v0.6.1
2026-06-16T08:26:01.5071160Z    Compiling num_enum v0.7.6
2026-06-16T08:26:01.5419282Z    Compiling iroh-base v0.98.0
2026-06-16T08:26:01.5775178Z    Compiling attohttpc v0.30.1
2026-06-16T08:26:01.6210662Z    Compiling tokio-stream v0.1.18
2026-06-16T08:26:01.6309103Z    Compiling iroh-relay v0.98.0
2026-06-16T08:26:01.9699108Z    Compiling netlink-proto v0.12.0
2026-06-16T08:26:01.9903194Z    Compiling netdev v0.42.0
2026-06-16T08:26:02.0063733Z    Compiling spt-store v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-16T08:26:02.2557624Z    Compiling moka v0.12.15
2026-06-16T08:26:02.3005366Z    Compiling xmltree v0.10.3
2026-06-16T08:26:02.3180864Z    Compiling hashbrown v0.16.1
2026-06-16T08:26:02.4157660Z    Compiling netlink-packet-route v0.30.0
2026-06-16T08:26:02.5551136Z    Compiling simple-dns v0.9.3
2026-06-16T08:26:02.7080837Z    Compiling arrayref v0.3.9
2026-06-16T08:26:02.7659071Z    Compiling constant_time_eq v0.4.2
2026-06-16T08:26:02.9671806Z    Compiling sha1_smol v1.0.1
2026-06-16T08:26:03.0034678Z    Compiling resolv-conf v0.7.6
2026-06-16T08:26:03.1065016Z    Compiling smol_str v0.1.24
2026-06-16T08:26:03.1890991Z    Compiling simdutf8 v0.1.5
2026-06-16T08:26:03.2382685Z    Compiling arrayvec v0.7.6
2026-06-16T08:26:03.3560929Z    Compiling lru v0.16.4
2026-06-16T08:26:03.4000667Z    Compiling webpki-roots v1.0.7
2026-06-16T08:26:03.5126490Z    Compiling serde_bytes v0.11.19
2026-06-16T08:26:03.5367734Z    Compiling seize v0.5.1
2026-06-16T08:26:03.5402661Z    Compiling hmac v0.12.1
2026-06-16T08:26:03.5880618Z    Compiling strum v0.28.0
2026-06-16T08:26:03.5966613Z    Compiling iroh v0.98.2
2026-06-16T08:26:03.6150890Z    Compiling cmov v0.5.4
2026-06-16T08:26:03.6761790Z    Compiling hkdf v0.12.4
2026-06-16T08:26:03.6962348Z    Compiling backon v1.6.0
2026-06-16T08:26:03.7430569Z    Compiling sha1 v0.10.6
2026-06-16T08:26:03.7568448Z    Compiling doctest-file v1.1.1
2026-06-16T08:26:03.8592273Z    Compiling papaya v0.2.4
2026-06-16T08:26:03.9192491Z    Compiling ctutils v0.4.2
2026-06-16T08:26:03.9476896Z    Compiling spake2 v0.4.0
2026-06-16T08:26:03.9848211Z    Compiling errno v0.3.14
2026-06-16T08:26:04.0301151Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-16T08:26:04.0434081Z    Compiling signal-hook v0.3.18
2026-06-16T08:26:04.1080210Z    Compiling iroh-dns v0.98.0
2026-06-16T08:26:04.1503797Z    Compiling signal-hook-registry v1.4.8
2026-06-16T08:26:04.2282017Z    Compiling darling_core v0.23.0
2026-06-16T08:26:04.2389914Z    Compiling interprocess v2.4.2
2026-06-16T08:26:04.2547255Z    Compiling rustix v0.38.44
2026-06-16T08:26:04.3000755Z    Compiling utf8parse v0.2.2
2026-06-16T08:26:04.3959166Z    Compiling anstyle-parse v1.0.0
2026-06-16T08:26:04.4160874Z    Compiling anstyle v1.0.14
2026-06-16T08:26:04.4680593Z    Compiling is_terminal_polyfill v1.70.2
2026-06-16T08:26:04.5160873Z    Compiling anstyle-query v1.1.5
2026-06-16T08:26:04.5500455Z    Compiling foldhash v0.1.5
2026-06-16T08:26:04.6038755Z    Compiling colorchoice v1.0.5
2026-06-16T08:26:04.6430720Z    Compiling instability v0.3.12
2026-06-16T08:26:04.6919679Z    Compiling linux-raw-sys v0.4.15
2026-06-16T08:26:04.7019082Z    Compiling hashbrown v0.15.5
2026-06-16T08:26:04.7050705Z    Compiling anstream v1.0.0
2026-06-16T08:26:04.7193039Z    Compiling signal-hook-mio v0.2.5
2026-06-16T08:26:04.7682521Z    Compiling strum_macros v0.26.4
2026-06-16T08:26:04.7921899Z    Compiling spt-msg v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-16T08:26:04.8381268Z    Compiling terminal_size v0.4.4
2026-06-16T08:26:04.8730655Z    Compiling itertools v0.13.0
2026-06-16T08:26:04.9850778Z    Compiling castaway v0.2.4
2026-06-16T08:26:05.0841007Z    Compiling unicode-width v0.1.14
2026-06-16T08:26:05.1001404Z    Compiling static_assertions v1.1.0
2026-06-16T08:26:05.1446526Z    Compiling spt-runtime v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-16T08:26:05.1705224Z    Compiling spt-term v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-16T08:26:05.3746582Z    Compiling clap_lex v1.1.0
2026-06-16T08:26:05.5661201Z    Compiling indoc v2.0.7
2026-06-16T08:26:05.6200670Z    Compiling clap_builder v4.6.0
2026-06-16T08:26:05.6955933Z    Compiling lru v0.12.5
2026-06-16T08:26:05.7151053Z    Compiling compact_str v0.8.2
2026-06-16T08:26:05.8770689Z    Compiling clap_derive v4.6.1
2026-06-16T08:26:06.0951801Z    Compiling unicode-width v0.2.0
2026-06-16T08:26:06.1759498Z    Compiling iana-time-zone v0.1.65
2026-06-16T08:26:06.4183971Z    Compiling hyper v1.10.1
2026-06-16T08:26:06.4592238Z    Compiling crossterm v0.28.1
2026-06-16T08:26:06.5419573Z    Compiling cassowary v0.3.0
2026-06-16T08:26:06.6586652Z    Compiling chrono v0.4.45
2026-06-16T08:26:07.0250940Z    Compiling unicode-truncate v1.1.0
2026-06-16T08:26:07.2130802Z    Compiling strum v0.26.3
2026-06-16T08:26:07.2398261Z    Compiling nucleo-matcher v0.3.1
2026-06-16T08:26:07.2740839Z    Compiling qrcode v0.14.1
2026-06-16T08:26:08.2958592Z    Compiling hyper-util v0.1.20
2026-06-16T08:26:08.3954971Z    Compiling spt-live v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-16T08:26:08.4081739Z    Compiling darling_macro v0.23.0
2026-06-16T08:26:08.6575919Z    Compiling clap v4.6.1
2026-06-16T08:26:08.7329119Z    Compiling mock-adapter v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-16T08:26:08.7585158Z    Compiling darling v0.23.0
2026-06-16T08:26:09.4469202Z    Compiling ratatui v0.29.0
2026-06-16T08:26:10.1725313Z    Compiling igd-next v0.17.1
2026-06-16T08:26:11.4809161Z    Compiling portmapper v0.16.0
2026-06-16T08:26:19.3035411Z    Compiling rustls-webpki v0.103.13
2026-06-16T08:26:21.6617446Z    Compiling tokio-rustls v0.26.4
2026-06-16T08:26:21.6617847Z    Compiling noq-proto v0.17.0
2026-06-16T08:26:21.6618164Z    Compiling rustls-platform-verifier v0.7.0
2026-06-16T08:26:21.7977791Z    Compiling hyper-rustls v0.27.9
2026-06-16T08:26:21.7978357Z    Compiling hickory-net v0.26.0-beta.4
2026-06-16T08:26:21.7978755Z    Compiling tokio-websockets v0.13.2
2026-06-16T08:26:21.9330815Z    Compiling reqwest v0.13.4
2026-06-16T08:26:22.8732833Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-16T08:26:36.7884934Z    Compiling spt-net v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-16T08:26:38.2439324Z    Compiling spt-daemon v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-16T08:26:46.3336580Z    Compiling spt v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-16T08:26:46.3338607Z    Compiling xtask v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-16T08:27:24.6610019Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 40s
2026-06-16T08:27:25.5705559Z ────────────
2026-06-16T08:27:25.5736525Z  Nextest run ID 668a34b4-2643-402b-b288-8f8bb8acf8ea with nextest profile: default
2026-06-16T08:27:25.5739144Z     Starting 1095 tests across 69 binaries (1 test skipped)
2026-06-16T08:27:25.5983019Z         PASS [   0.016s] (   1/1095) mock-adapter::manifest_valid mock_manifest_parses_and_validates
2026-06-16T08:27:25.5985929Z         PASS [   0.016s] (   2/1095) mock-adapter::manifest_valid mock_has_no_claude_code_conventions
2026-06-16T08:27:25.5988225Z         PASS [   0.016s] (   3/1095) mock-adapter::manifest_valid mock_declares_commune_signoff_as_filedrops
2026-06-16T08:27:25.5990969Z         PASS [   0.009s] (   4/1095) spt::n1_pairing new_brain_serves_against_old_broker
2026-06-16T08:27:25.5993117Z         PASS [   0.009s] (   5/1095) spt::notify_shell_e2e notify_shell_renders_a_commanded_toast
2026-06-16T08:27:25.6028141Z         PASS [   0.008s] (   6/1095) spt::oneliner_e2e install_script_against_staged_release
2026-06-16T08:27:25.8910486Z         PASS [   0.322s] (   7/1095) spt::live_bind_firsthost_e2e live_bind_marks_online_and_brain_reconcile_hosts
2026-06-16T08:27:25.8993258Z         PASS [   0.008s] (   8/1095) spt::release_verify_e2e published_release_verifies_against_embedded_anchor
2026-06-16T08:27:26.2663048Z         PASS [   0.697s] (   9/1095) spt::drive_e2e drive_channel_slot_through_the_real_socket
2026-06-16T08:27:26.3712734Z         PASS [   0.802s] (  10/1095) spt::contract_e2e mock_adapter_drives_the_full_contract
2026-06-16T08:27:26.8033577Z         PASS [   1.217s] (  11/1095) spt::n1_compat brain_accepts_old_and_new_broker_argv
2026-06-16T08:27:26.9065268Z         PASS [   1.338s] (  12/1095) spt::gateway_e2e gateway_binds_and_is_the_user_backed_origin
2026-06-16T08:27:26.9109269Z         PASS [   1.342s] (  13/1095) spt::live_firsthost_e2e live_listen_marks_online_and_brain_reconcile_hosts
2026-06-16T08:27:26.9190779Z         PASS [   0.009s] (  14/1095) spt::bin/spt api::auth::tests::mints_distinct_nonempty_tokens
2026-06-16T08:27:26.9234841Z         PASS [   0.010s] (  15/1095) spt::bin/spt api::auth::tests::missing_endpoint_is_no_endpoint
2026-06-16T08:27:26.9283991Z         PASS [   0.011s] (  16/1095) spt::bin/spt api::auth::tests::no_proof_is_refused
2026-06-16T08:27:26.9365279Z         PASS [   0.015s] (  17/1095) spt::bin/spt api::auth::tests::session_id_proof_authenticates
2026-06-16T08:27:26.9409627Z         PASS [   0.012s] (  18/1095) spt::bin/spt api::auth::tests::token_proof_authenticates
2026-06-16T08:27:26.9503214Z         PASS [   0.013s] (  19/1095) spt::bin/spt api::auth::tests::wrong_token_and_wrong_session_refused
2026-06-16T08:27:26.9532418Z         PASS [   0.012s] (  20/1095) spt::bin/spt api::delivery::tests::echo_gate_explicit_toggle
2026-06-16T08:27:26.9616565Z         PASS [   0.012s] (  21/1095) spt::bin/spt api::delivery::tests::idle_busy_transitions_manage_sentinels
2026-06-16T08:27:26.9647235Z         PASS [   0.011s] (  22/1095) spt::bin/spt api::delivery::tests::idle_no_gate_does_not_arm_gate
2026-06-16T08:27:26.9736049Z         PASS [   0.011s] (  23/1095) spt::bin/spt api::delivery::tests::inject_all_pty_falls_back_to_hook
2026-06-16T08:27:26.9748318Z         PASS [   0.011s] (  24/1095) spt::bin/spt api::delivery::tests::inject_resolution_drops_pty_defaults_hook
2026-06-16T08:27:26.9852124Z         PASS [   1.416s] (  25/1095) spt::contract_e2e seed_then_listen_binds_and_relays
2026-06-16T08:27:27.0061786Z         PASS [   1.410s] (  26/1095) spt::poll_envelope_e2e api_poll_emits_whole_self_delimiting_events
2026-06-16T08:27:27.0587603Z         PASS [   0.074s] (  27/1095) spt::bin/spt api::reporting::tests::boundary_appends_to_the_session_ledger
2026-06-16T08:27:27.0693900Z         PASS [   0.011s] (  28/1095) spt::bin/spt api::reporting::tests::boundary_missing_perch_refused
2026-06-16T08:27:27.0877008Z         PASS [   1.518s] (  29/1095) spt::contract_e2e cold_api_call_autostarts_daemon_and_handoff_is_in_memory
2026-06-16T08:27:27.1100154Z         PASS [   1.541s] (  30/1095) spt::gateway_owner_shell_e2e gateway_typed_owner_owns_a_shell_on_every_path_keyed_on_id
2026-06-16T08:27:27.1185643Z         PASS [   0.009s] (  31/1095) spt::bin/spt api::reporting::tests::capability_lists_hostable_types
2026-06-16T08:27:27.1322720Z         PASS [   0.062s] (  32/1095) spt::bin/spt api::reporting::tests::boundary_rebinds_keeping_anchor
2026-06-16T08:27:27.1362151Z         PASS [   1.232s] (  33/1095) spt::shell_actgate_e2e act_gate_blocks_command_until_class_scoped_grant
2026-06-16T08:27:27.1365895Z         PASS [   0.013s] (  34/1095) spt::bin/spt api::reporting::tests::digest_entry_validates_and_appends_to_digest_log
2026-06-16T08:27:27.1403868Z         PASS [   0.164s] (  35/1095) spt::bin/spt api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake
2026-06-16T08:27:27.1408917Z         PASS [   0.165s] (  36/1095) spt::bin/spt api::delivery::tests::poll_drains_non_deferred_by_default
2026-06-16T08:27:27.1470391Z         PASS [   0.013s] (  37/1095) spt::bin/spt api::reporting::tests::env_aliases_resolved_from_manifest
2026-06-16T08:27:27.1474797Z         PASS [   0.014s] (  38/1095) spt::bin/spt api::reporting::tests::filedrops_are_fixed_named_files
2026-06-16T08:27:27.1483076Z         PASS [   0.016s] (  39/1095) spt::bin/spt api::reporting::tests::driven_by_reads_daemon_marker
2026-06-16T08:27:27.1540113Z         PASS [   0.014s] (  40/1095) spt::bin/spt api::reporting::tests::history_log_appends
2026-06-16T08:27:27.1553993Z         PASS [   0.018s] (  41/1095) spt::bin/spt api::reporting::tests::hint_once_per_session_one_per_message
2026-06-16T08:27:27.1589920Z         PASS [   0.013s] (  42/1095) spt::bin/spt api::reporting::tests::session_end_erase_refused_with_live_children
2026-06-16T08:27:27.1602850Z         PASS [   0.015s] (  43/1095) spt::bin/spt api::reporting::tests::presence_records_endpoint
2026-06-16T08:27:27.1750451Z         PASS [   1.572s] (  44/1095) spt::quickstart_e2e published_messaging_quickstart_runs_as_written
2026-06-16T08:27:27.1758435Z         PASS [   0.020s] (  45/1095) spt::bin/spt api::startup::tests::bind_assigns_home_and_revive_preserves_it
2026-06-16T08:27:27.1770090Z         PASS [   0.017s] (  46/1095) spt::bin/spt api::startup::tests::empty_session_seed_refused
2026-06-16T08:27:27.1954762Z         PASS [   0.020s] (  47/1095) spt::bin/spt api::startup::tests::missing_seed_refused
2026-06-16T08:27:27.1962161Z         PASS [   0.021s] (  48/1095) spt::bin/spt api::startup::tests::live_perch_under_other_session_conflicts
2026-06-16T08:27:27.2058834Z         PASS [   0.201s] (  49/1095) spt::bin/spt api::reporting::tests::boundary_injects_deferred_shell_context
2026-06-16T08:27:27.2110347Z         PASS [   0.063s] (  50/1095) spt::bin/spt api::reporting::tests::session_end_erase_wipes_childless_perch
2026-06-16T08:27:27.2117811Z         PASS [   0.016s] (  51/1095) spt::bin/spt api::startup::tests::stale_seed_with_dead_anchor_refused
2026-06-16T08:27:27.2220736Z         PASS [   0.068s] (  52/1095) spt::bin/spt api::reporting::tests::session_end_soft_preserves_state
2026-06-16T08:27:27.2245677Z         PASS [   0.013s] (  53/1095) spt::bin/spt api::tests::adapter_is_required
2026-06-16T08:27:27.2266603Z         PASS [   0.013s] (  54/1095) spt::bin/spt api::tests::load_manifest_resolves_composite_adapter_option
2026-06-16T08:27:27.2302237Z         PASS [   0.020s] (  55/1095) spt::bin/spt api::startup::tests::valid_seed_binds_live_perch
2026-06-16T08:27:27.2306257Z         PASS [   0.071s] (  56/1095) spt::bin/spt api::startup::tests::bind_with_type_establishes_a_gateway_endpoint
2026-06-16T08:27:27.2356343Z         PASS [   0.014s] (  57/1095) spt::bin/spt api::tests::state_value_is_validated
2026-06-16T08:27:27.2395418Z         PASS [   0.014s] (  58/1095) spt::bin/spt api::worker::tests::cascade_guard_tracks_live_children
2026-06-16T08:27:27.2412522Z         PASS [   0.015s] (  59/1095) spt::bin/spt api::worker::tests::guard_clears_only_when_all_children_stopped
2026-06-16T08:27:27.2436717Z         PASS [   0.019s] (  60/1095) spt::bin/spt api::tests::surface_parses
2026-06-16T08:27:27.2507462Z         PASS [   0.074s] (  61/1095) spt::bin/spt api::startup::tests::post_spawn_bind_establishes_perch
2026-06-16T08:27:27.2523314Z         PASS [   0.013s] (  62/1095) spt::bin/spt api::worker::tests::worker_start_nests_under_parent
2026-06-16T08:27:27.2575151Z         PASS [   0.016s] (  63/1095) spt::bin/spt cli::tests::access_subcommands_parse
2026-06-16T08:27:27.2677499Z         PASS [   0.015s] (  64/1095) spt::bin/spt cli::tests::adapter_profile_verbs_local_only
2026-06-16T08:27:27.2735678Z         PASS [   0.077s] (  65/1095) spt::bin/spt api::startup::tests::rebind_same_session_ok
2026-06-16T08:27:27.2739943Z         PASS [   0.016s] (  66/1095) spt::bin/spt cli::tests::adapter_string_verbs
2026-06-16T08:27:27.2833768Z         PASS [   0.011s] (  67/1095) spt::bin/spt cli::tests::applied_message_renders_semver_or_counter_fallback_and_states_applied
2026-06-16T08:27:27.2857907Z         PASS [   0.012s] (  68/1095) spt::bin/spt cli::tests::apply_user_msg_gate_local_origination
2026-06-16T08:27:27.2874233Z         PASS [   0.021s] (  69/1095) spt::bin/spt cli::tests::adapter_subcommands_parse
2026-06-16T08:27:27.2912689Z         PASS [   0.046s] (  70/1095) spt::bin/spt cli::tests::adapter_digest_proof_fills_session_id_key
2026-06-16T08:27:27.2981491Z         PASS [   0.012s] (  71/1095) spt::bin/spt cli::tests::bare_tty_guard
2026-06-16T08:27:27.2993847Z         PASS [   0.016s] (  72/1095) spt::bin/spt cli::tests::bare_spt_parses_to_none
2026-06-16T08:27:27.3004560Z         PASS [   0.012s] (  73/1095) spt::bin/spt cli::tests::connection_lines_net_less_hides_stale_heartbeat
2026-06-16T08:27:27.3052344Z         PASS [   0.013s] (  74/1095) spt::bin/spt cli::tests::create_existing_name_is_usage_error
2026-06-16T08:27:27.3110455Z         PASS [   0.060s] (  75/1095) spt::bin/spt cli::tests::adapter_digest_proof_gates_on_drops
2026-06-16T08:27:27.3124392Z         PASS [   0.014s] (  76/1095) spt::bin/spt cli::tests::create_new_existing_name_is_usage_error
2026-06-16T08:27:27.3172838Z         PASS [   0.016s] (  77/1095) spt::bin/spt cli::tests::create_not_elevated_refuses_without_saving
2026-06-16T08:27:27.3280547Z         PASS [   1.757s] (  78/1095) spt::contract_e2e live_agent_lifecycle_e2e
2026-06-16T08:27:27.3285487Z         PASS [   0.014s] (  79/1095) spt::bin/spt cli::tests::daemon_offline_hint_only_when_down
2026-06-16T08:27:27.3304750Z         PASS [   0.015s] (  80/1095) spt::bin/spt cli::tests::digest_flag_defaults
2026-06-16T08:27:27.3318853Z         PASS [   0.028s] (  81/1095) spt::bin/spt cli::tests::create_prints_joining_material_when_elevated
2026-06-16T08:27:27.3322759Z         PASS [   0.032s] (  82/1095) spt::bin/spt cli::tests::create_new_mints_shows_and_requests_save
2026-06-16T08:27:27.3410865Z         PASS [   0.013s] (  83/1095) spt::bin/spt cli::tests::empty_store_no_flag_guides_to_pair_or_create
2026-06-16T08:27:27.3475618Z         PASS [   0.108s] (  84/1095) spt::bin/spt api::worker::tests::worker_poll_holds_deferred_while_resting
2026-06-16T08:27:27.3510533Z         PASS [   0.013s] (  85/1095) spt::bin/spt cli::tests::escalation_choice_parses_fail_closed
2026-06-16T08:27:27.3513410Z         PASS [   0.034s] (  86/1095) spt::bin/spt cli::tests::daemon_subcommands_parse
2026-06-16T08:27:27.3516676Z         PASS [   0.016s] (  87/1095) spt::bin/spt cli::tests::endpoint_role_parses
2026-06-16T08:27:27.3581672Z         PASS [   0.271s] (  88/1095) spt::bin/spt api::reporting::tests::boundary_resurfaces_undismissed_notifs
2026-06-16T08:27:27.3681007Z         PASS [   0.022s] (  89/1095) spt::bin/spt cli::tests::grant_subcommands_parse
2026-06-16T08:27:27.3712654Z         PASS [   0.021s] (  90/1095) spt::bin/spt cli::tests::how_to_topics_cover_ready_and_send
2026-06-16T08:27:27.3753601Z         PASS [   0.039s] (  91/1095) spt::bin/spt cli::tests::endpoint_subcommands_parse
2026-06-16T08:27:27.3842095Z         PASS [   0.036s] (  92/1095) spt::bin/spt cli::tests::hot_path_flat_and_moved_verbs_gone
2026-06-16T08:27:27.3845509Z         PASS [   0.026s] (  93/1095) spt::bin/spt cli::tests::invalid_usage_errors
2026-06-16T08:27:27.3846504Z         PASS [   0.039s] (  94/1095) spt::bin/spt cli::tests::help_groups_cover_every_command
2026-06-16T08:27:27.3867186Z         PASS [   0.020s] (  95/1095) spt::bin/spt cli::tests::join_gate_refuses_without_confirmed_elevation
2026-06-16T08:27:27.3879418Z         PASS [   0.018s] (  96/1095) spt::bin/spt cli::tests::node_level_label_names_an_endpointless_peer
2026-06-16T08:27:27.3948793Z         PASS [   0.164s] (  97/1095) spt::bin/spt api::worker::tests::worker_poll_drains_spool
2026-06-16T08:27:27.3970490Z         PASS [   0.029s] (  98/1095) spt::bin/spt cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it
2026-06-16T08:27:27.3972997Z         PASS [   0.014s] (  99/1095) spt::bin/spt cli::tests::not_elevated_refuses_without_leaking_code_or_saving
2026-06-16T08:27:27.3978236Z         PASS [   0.015s] ( 100/1095) spt::bin/spt cli::tests::node_rows_disambiguate_only_on_label_collision
2026-06-16T08:27:27.3984980Z         PASS [   0.012s] ( 101/1095) spt::bin/spt cli::tests::notify_subnet_resolution_home_default
2026-06-16T08:27:27.4002277Z         PASS [   0.016s] ( 102/1095) spt::bin/spt cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale
2026-06-16T08:27:27.4103522Z         PASS [   0.019s] ( 103/1095) spt::bin/spt cli::tests::notify_surface_parses
2026-06-16T08:27:27.4120363Z         PASS [   0.017s] ( 104/1095) spt::bin/spt cli::tests::origin_set_and_asset_urls_latest_and_tag
2026-06-16T08:27:27.4158412Z         PASS [   0.018s] ( 105/1095) spt::bin/spt cli::tests::pair_namespace_is_gone
2026-06-16T08:27:27.4189867Z         PASS [   0.012s] ( 106/1095) spt::bin/spt cli::tests::prune_candidates_resolve_never_guess
2026-06-16T08:27:27.4235294Z         PASS [   1.156s] ( 107/1095) spt::shell_e2e mock_shell_binary_drives_the_full_link
2026-06-16T08:27:27.4295757Z         PASS [   0.013s] ( 108/1095) spt::bin/spt cli::tests::ring_timeout_defaults
2026-06-16T08:27:27.4345456Z         PASS [   0.011s] ( 109/1095) spt::bin/spt cli::tests::self_pin_includes_description_when_present
2026-06-16T08:27:27.4390851Z         PASS [   0.009s] ( 110/1095) spt::bin/spt cli::tests::send_target_optional_with_reply_to
2026-06-16T08:27:27.4461498Z         PASS [   0.012s] ( 111/1095) spt::bin/spt cli::tests::send_user_msg_flag_parses
2026-06-16T08:27:27.4629615Z         PASS [   0.015s] ( 112/1095) spt::bin/spt cli::tests::shell_owner_exclusivity_negatives
2026-06-16T08:27:27.4673680Z         PASS [   0.055s] ( 113/1095) spt::bin/spt cli::tests::release_archive_extracts_to_a_registrable_root
2026-06-16T08:27:27.4757177Z         PASS [   0.014s] ( 114/1095) spt::bin/spt cli::tests::shell_relink_relaunches_offline_instances_only
2026-06-16T08:27:27.4812254Z         PASS [   0.062s] ( 115/1095) spt::bin/spt cli::tests::run_bounded_yields_value_or_timeout_default
2026-06-16T08:27:27.4958532Z         PASS [   0.020s] ( 116/1095) spt::bin/spt cli::tests::shell_spawn_cap_and_over_cap_gates
2026-06-16T08:27:27.5096133Z         PASS [   0.013s] ( 117/1095) spt::bin/spt cli::tests::shell_spawn_profiled_option_resolves_and_shares_cap
2026-06-16T08:27:27.5244938Z         PASS [   0.198s] ( 118/1095) spt::bin/spt cli::tests::endpoint_role_overwrite_is_the_sole_writer
2026-06-16T08:27:27.5276628Z         PASS [   0.018s] ( 119/1095) spt::bin/spt cli::tests::shell_subcommands_parse
2026-06-16T08:27:27.5371044Z         PASS [   0.009s] ( 120/1095) spt::bin/spt cli::tests::shutdown_soft_stops_and_suspends
2026-06-16T08:27:27.5482286Z         PASS [   0.024s] ( 121/1095) spt::bin/spt cli::tests::show_code_prints_reprovisioning_material
2026-06-16T08:27:27.5616665Z         PASS [   0.011s] ( 122/1095) spt::bin/spt cli::tests::subcommands_parse
2026-06-16T08:27:27.5619740Z         PASS [   0.022s] ( 123/1095) spt::bin/spt cli::tests::single_subnet_auto_selects_and_code_matches_seed
2026-06-16T08:27:27.5629828Z         PASS [   0.162s] ( 124/1095) spt::bin/spt cli::tests::probe_all_timeout_settles_false_without_stalling_batch
2026-06-16T08:27:27.5720553Z         PASS [   0.010s] ( 125/1095) spt::bin/spt cli::tests::subnet_status_renders_rows_and_hints_never_secrets
2026-06-16T08:27:27.5760342Z         PASS [   0.009s] ( 126/1095) spt::bin/spt cli::tests::subnets_joined_banner_renders_rows_and_divider
2026-06-16T08:27:27.5792076Z         PASS [   0.009s] ( 127/1095) spt::bin/spt cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation
2026-06-16T08:27:27.5814918Z         PASS [   0.020s] ( 128/1095) spt::bin/spt cli::tests::subnet_arg_shapes_parse
2026-06-16T08:27:27.5823097Z         PASS [   0.009s] ( 129/1095) spt::bin/spt cli::tests::unknown_elevation_falls_back
2026-06-16T08:27:27.5873051Z         PASS [   0.008s] ( 130/1095) spt::bin/spt cli::tests::unknown_named_subnet_is_usage_error
2026-06-16T08:27:27.5887543Z         PASS [   0.008s] ( 131/1095) spt::bin/spt elevation::tests::already_elevated_short_circuits_on_every_os
2026-06-16T08:27:27.5896599Z         PASS [   0.010s] ( 132/1095) spt::bin/spt cli::tests::whoami_is_an_endpoint_list_alias
2026-06-16T08:27:27.5966985Z         PASS [   0.009s] ( 133/1095) spt::bin/spt elevation::tests::current_returns_a_determinate_level_on_supported_platforms
2026-06-16T08:27:27.5969399Z         PASS [   0.008s] ( 134/1095) spt::bin/spt elevation::tests::fallback_message_names_authenticator_app_and_subnet
2026-06-16T08:27:27.5983961Z         PASS [   0.008s] ( 135/1095) spt::bin/spt elevation::tests::gate_shows_only_when_confirmed_elevated
2026-06-16T08:27:27.6046960Z         PASS [   0.008s] ( 136/1095) spt::bin/spt elevation::tests::launcher_argv_is_absolute_exe_plus_verbatim_args
2026-06-16T08:27:27.6051614Z         PASS [   0.009s] ( 137/1095) spt::bin/spt elevation::tests::launchers_never_shell_interpolate_a_crafted_arg
2026-06-16T08:27:27.6069394Z         PASS [   0.009s] ( 138/1095) spt::bin/spt elevation::tests::print_hint_floor_uses_absolute_path_each_os
2026-06-16T08:27:27.6138241Z         PASS [   0.008s] ( 139/1095) spt::bin/spt elevation::tests::unix_path_order_tty_then_pkexec_then_terminal_then_hint
2026-06-16T08:27:27.6140021Z         PASS [   0.008s] ( 140/1095) spt::bin/spt elevation::tests::windows_uac_only_interactive_other_always_prints
2026-06-16T08:27:27.6153942Z         PASS [   0.215s] ( 141/1095) spt::bin/spt cli::tests::probe_all_runs_concurrently_in_input_order
2026-06-16T08:27:27.6170085Z         PASS [   0.009s] ( 142/1095) spt::bin/spt picker::model::tests::adapter_tree_nests_profiles
2026-06-16T08:27:27.6215635Z         PASS [   0.008s] ( 143/1095) spt::bin/spt picker::model::tests::category_ring_wraps
2026-06-16T08:27:27.6218230Z         PASS [   0.009s] ( 144/1095) spt::bin/spt picker::model::tests::confirm_options_status_dependent
2026-06-16T08:27:27.6219480Z         PASS [   0.009s] ( 145/1095) spt::bin/spt picker::model::tests::back_unwinds
2026-06-16T08:27:27.6267100Z         PASS [   0.010s] ( 146/1095) spt::bin/spt picker::model::tests::confirm_terminal_routes
2026-06-16T08:27:27.6307137Z         PASS [   0.009s] ( 147/1095) spt::bin/spt picker::model::tests::cursor_clamps
2026-06-16T08:27:27.6310700Z         PASS [   0.009s] ( 148/1095) spt::bin/spt picker::model::tests::create_outcome_bakes_run
2026-06-16T08:27:27.6314666Z         PASS [   0.009s] ( 149/1095) spt::bin/spt picker::model::tests::filter_narrows
2026-06-16T08:27:27.6361664Z         PASS [   0.010s] ( 150/1095) spt::bin/spt picker::model::tests::kind_routes
2026-06-16T08:27:27.6399418Z         PASS [   0.009s] ( 151/1095) spt::bin/spt picker::model::tests::prefill_jumps_to_create
2026-06-16T08:27:27.6402023Z         PASS [   0.009s] ( 152/1095) spt::bin/spt picker::model::tests::resume_outcome_bakes_session
2026-06-16T08:27:27.6404800Z         PASS [   0.009s] ( 153/1095) spt::bin/spt picker::model::tests::reenter_create_keeps_or_clears_id
2026-06-16T08:27:27.6460590Z         PASS [   0.010s] ( 154/1095) spt::bin/spt picker::model::tests::resume_title_render
2026-06-16T08:27:27.6493888Z         PASS [   0.009s] ( 155/1095) spt::bin/spt picker::shortcut::tests::bakes_create_attach_by_default
2026-06-16T08:27:27.6496704Z         PASS [   0.009s] ( 156/1095) spt::bin/spt picker::model::tests::status_square_is_online_offline_only
2026-06-16T08:27:27.6500287Z         PASS [   0.010s] ( 157/1095) spt::bin/spt picker::model::tests::visible_partitions_and_sorts
2026-06-16T08:27:27.6568371Z         PASS [   0.010s] ( 158/1095) spt::bin/spt picker::shortcut::tests::bakes_resume_and_action
2026-06-16T08:27:27.6590118Z         PASS [   0.009s] ( 159/1095) spt::bin/spt picker::shortcut::tests::sentinel_detection
2026-06-16T08:27:27.6592961Z         PASS [   0.009s] ( 160/1095) spt::bin/spt picker::shortcut::tests::basename_is_parameterized
2026-06-16T08:27:27.6594093Z         PASS [   0.009s] ( 161/1095) spt::bin/spt picker::shortcut::tests::write_create_update_refuse
2026-06-16T08:27:27.6710555Z         PASS [   0.015s] ( 162/1095) spt::bin/spt picker::view::tests::adapter_tree_buffer
2026-06-16T08:27:27.6713422Z         PASS [   0.012s] ( 163/1095) spt::bin/spt picker::view::tests::kind_buffer
2026-06-16T08:27:27.6717537Z         PASS [   0.012s] ( 164/1095) spt::bin/spt picker::view::tests::pick_buffer_has_squares_and_description
2026-06-16T08:27:27.6723528Z         PASS [   0.014s] ( 165/1095) spt::bin/spt picker::view::tests::confirm_buffer_options
2026-06-16T08:27:27.6762257Z         PASS [   0.209s] ( 166/1095) spt::bin/spt cli::tests::shell_spawn_approval_floor_gates
2026-06-16T08:27:27.6810743Z         PASS [   0.009s] ( 167/1095) spt::bin/spt rc::tests::detach_keybind_semantics
2026-06-16T08:27:27.6840861Z         PASS [   0.009s] ( 168/1095) spt::bin/spt rc::tests::detach_prefix_spans_chunks
2026-06-16T08:27:27.6859579Z         PASS [   0.014s] ( 169/1095) spt::bin/spt picker::view::tests::resume_buffer_lists_sessions
2026-06-16T08:27:27.6875871Z         PASS [   0.016s] ( 170/1095) spt::bin/spt picker::view::tests::pick_empty_category_hint
2026-06-16T08:27:27.6881916Z         PASS [   0.012s] ( 171/1095) spt::bin/spt rc::tests::op_minter_distinct_and_monotonic
2026-06-16T08:27:27.6912882Z         PASS [   0.010s] ( 172/1095) spt::bin/spt wansend::tests::load_snapshots_degrades_on_junk
2026-06-16T08:27:27.6917402Z         PASS [   0.010s] ( 173/1095) spt::bin/spt wansend::tests::refusals_render_copy_paste_targets
2026-06-16T08:27:27.6934759Z         PASS [   0.890s] ( 174/1095) spt::tunnel_e2e shell_tunnel_round_trips_opaque_bytes_through_the_real_surfaces
2026-06-16T08:27:27.7003865Z         PASS [   0.010s] ( 175/1095) spt-daemon access::tests::gate_decision_table
2026-06-16T08:27:27.7005327Z         PASS [   0.009s] ( 176/1095) spt-daemon access::tests::reply_passes_where_unsolicited_refused
2026-06-16T08:27:27.7014189Z         PASS [   0.010s] ( 177/1095) spt-daemon access::tests::same_node_always_passes_without_minting
2026-06-16T08:27:27.7028085Z         PASS [   0.009s] ( 178/1095) spt-daemon adapter_update::tests::delegated_attested_delegates_command
2026-06-16T08:27:27.7079449Z         PASS [   0.009s] ( 179/1095) spt-daemon adapter_update::tests::delegated_unattested_is_skipped
2026-06-16T08:27:27.7113486Z         PASS [   0.008s] ( 180/1095) spt-daemon adapter_update::tests::file_pull_without_payload_is_skipped
2026-06-16T08:27:27.7212495Z         PASS [   0.020s] ( 181/1095) spt-daemon adapter_update::tests::file_pull_tampered_bytes_rejected
2026-06-16T08:27:27.7241256Z         PASS [   0.021s] ( 182/1095) spt-daemon adapter_update::tests::file_pull_verified_against_adapter_key
2026-06-16T08:27:27.7292187Z         PASS [   0.290s] ( 183/1095) spt::bin/spt cli::tests::shell_channels_relay_sensory_and_text_file
2026-06-16T08:27:27.7333822Z         PASS [   0.024s] ( 184/1095) spt-daemon adapter_update::tests::file_pull_wrong_key_rejected
2026-06-16T08:27:27.7348033Z         PASS [   0.021s] ( 185/1095) spt-daemon adapter_update::tests::ripple_conducts_each_adapter_in_order
2026-06-16T08:27:27.7351160Z         PASS [   0.014s] ( 186/1095) spt-daemon adapter_update::tests::ripple_registered_uses_the_registered_set
2026-06-16T08:27:27.7578499Z         PASS [   0.028s] ( 187/1095) spt-daemon applyhost::tests::apply_staged_refuses_a_quarantined_version
2026-06-16T08:27:27.7580093Z         PASS [   0.026s] ( 188/1095) spt-daemon applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint
2026-06-16T08:27:27.7607374Z         PASS [   0.026s] ( 189/1095) spt-daemon applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads
2026-06-16T08:27:27.7628925Z         PASS [   0.031s] ( 190/1095) spt-daemon applyhost::tests::apply_staged_refuses_platform_blind_or_mismatched_single
2026-06-16T08:27:27.7669739Z         PASS [   0.042s] ( 191/1095) spt-daemon applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched
2026-06-16T08:27:27.7717789Z         PASS [   0.009s] ( 192/1095) spt-daemon brainproc::tests::appended_padding_flips_exe_hash
2026-06-16T08:27:27.7737196Z         PASS [   0.008s] ( 193/1095) spt-daemon brainproc::tests::backoff_doubles_on_fast_death_resets_when_healthy
2026-06-16T08:27:27.7770528Z         PASS [   0.016s] ( 194/1095) spt-daemon applyhost::tests::brain_restart_verb_raises_the_supervisor_signal
2026-06-16T08:27:27.7800600Z         PASS [   0.008s] ( 195/1095) spt-daemon brainproc::tests::brain_child_args_carry_generation_and_reason
2026-06-16T08:27:27.7823840Z         PASS [   0.008s] ( 196/1095) spt-daemon brainproc::tests::bytes_gate_truth_table
2026-06-16T08:27:27.7872872Z         PASS [   0.007s] ( 197/1095) spt-daemon brainproc::tests::consumer_gate_spawns_once_when_net_enabled
2026-06-16T08:27:27.7882448Z         PASS [   0.031s] ( 198/1095) spt-daemon applyhost::tests::apply_staged_update_set_selects_local_platform_artifact
2026-06-16T08:27:27.7885353Z         PASS [   0.031s] ( 199/1095) spt-daemon applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary
2026-06-16T08:27:27.7913026Z         PASS [   0.009s] ( 200/1095) spt-daemon brainproc::tests::planned_restart_respawns_with_update_reason
2026-06-16T08:27:27.7957447Z         PASS [   0.007s] ( 201/1095) spt-daemon brainproc::tests::ready_exe_hash_parses_and_is_n1_readable
2026-06-16T08:27:27.7966381Z         PASS [   0.008s] ( 202/1095) spt-daemon brainproc::tests::ready_generation_at_reads_file_and_absent_is_none
2026-06-16T08:27:27.7969319Z         PASS [   0.009s] ( 203/1095) spt-daemon brainproc::tests::ready_but_wrong_bytes_rolls_back_never_promotes
2026-06-16T08:27:27.8002718Z         PASS [   0.009s] ( 204/1095) spt-daemon brainproc::tests::ready_generation_parses_stamp_and_fails_safe
2026-06-16T08:27:27.8056896Z         PASS [   0.009s] ( 205/1095) spt-daemon brainproc::tests::rollback_running_version_is_prior_not_n_minus_one
2026-06-16T08:27:27.8059690Z         PASS [   0.009s] ( 206/1095) spt-daemon brainproc::tests::rolled_back_record_spawns_rollback_binary_on_a_fresh_supervisor
2026-06-16T08:27:27.8080434Z         PASS [   0.008s] ( 207/1095) spt-daemon brainproc::tests::select_brain_exe_prefers_canonical_over_per_spawn_current_exe
2026-06-16T08:27:27.8158859Z         PASS [   0.008s] ( 208/1095) spt-daemon brainproc::tests::start_reason_arg_round_trips_and_is_lenient
2026-06-16T08:27:27.8335647Z         PASS [   0.495s] ( 209/1095) spt::bin/spt cli::tests::fork_forks_homes_and_deletes_exactly_the_source
2026-06-16T08:27:27.8866864Z         PASS [   0.199s] ( 210/1095) spt::bin/spt wansend::tests::wan_send_ships_to_the_resolved_node
2026-06-16T08:27:27.9111412Z         PASS [   1.540s] ( 211/1095) spt::shell_sleepwake_e2e sleep_wake_cycle_drives_from_both_ends
2026-06-16T08:27:27.9274708Z         PASS [   0.529s] ( 212/1095) spt::bin/spt cli::tests::probe_all_cap_batches_into_windows
2026-06-16T08:27:27.9339933Z         PASS [   0.007s] ( 213/1095) spt-daemon broker::tests::delivered_cursor_advances_only_on_ok_and_is_monotonic
2026-06-16T08:27:27.9403652Z         PASS [   0.006s] ( 214/1095) spt-daemon broker::tests::sessions_reply_resume_seq_defaults_when_absent
2026-06-16T08:27:27.9467575Z         PASS [   0.006s] ( 215/1095) spt-daemon broker::tests::viewer_overflow_or_disconnect_evicts_never_blocks
2026-06-16T08:27:27.9536903Z         PASS [   0.007s] ( 216/1095) spt-daemon codec::tests::back_to_back_frames_decode_independently
2026-06-16T08:27:27.9601555Z         PASS [   0.006s] ( 217/1095) spt-daemon codec::tests::frame_round_trips_through_buffer
2026-06-16T08:27:27.9664559Z         PASS [   0.006s] ( 218/1095) spt-daemon codec::tests::oversized_prefix_rejected
2026-06-16T08:27:27.9735887Z         PASS [   0.007s] ( 219/1095) spt-daemon config::tests::auto_suspend_knob_is_opt_in_default_off
2026-06-16T08:27:27.9806153Z         PASS [   0.007s] ( 220/1095) spt-daemon config::tests::crash_grace_is_config_driven
2026-06-16T08:27:27.9866819Z         PASS [   0.210s] ( 221/1095) spt-daemon brainproc::tests::clear_before_spawn_defeats_exact_generation_stale_file
2026-06-16T08:27:27.9873249Z         PASS [   0.007s] ( 222/1095) spt-daemon config::tests::detached_subnets_knob_defaults_empty
2026-06-16T08:27:27.9948729Z         PASS [   0.007s] ( 223/1095) spt-daemon config::tests::malformed_file_degrades_to_default
2026-06-16T08:27:27.9951758Z         PASS [   0.008s] ( 224/1095) spt-daemon config::tests::full_auto_update_is_gated_by_default
2026-06-16T08:27:28.0019551Z         PASS [   0.007s] ( 225/1095) spt-daemon config::tests::missing_file_is_default
2026-06-16T08:27:28.0025674Z         PASS [   0.007s] ( 226/1095) spt-daemon config::tests::pulse_period_is_config_driven
2026-06-16T08:27:28.0094207Z         PASS [   0.323s] ( 227/1095) spt::bin/spt wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate
2026-06-16T08:27:28.0097872Z         PASS [   0.007s] ( 228/1095) spt-daemon config::tests::save_load_roundtrip
2026-06-16T08:27:28.0100373Z         PASS [   0.008s] ( 229/1095) spt-daemon config::tests::relay_choice_is_config_driven
2026-06-16T08:27:28.0137159Z         PASS [   0.218s] ( 230/1095) spt-daemon brainproc::tests::ready_with_matching_bytes_promotes
2026-06-16T08:27:28.0177208Z         PASS [   0.008s] ( 231/1095) spt-daemon consent::tests::decide_honors_full_auto_flag
2026-06-16T08:27:28.0189734Z         PASS [   0.009s] ( 232/1095) spt-daemon consent::tests::no_live_session_resolves_to_none
2026-06-16T08:27:28.0201168Z         PASS [   0.010s] ( 233/1095) spt-daemon consent::tests::resolves_most_recently_active_live_session
2026-06-16T08:27:28.0252909Z         PASS [   0.006s] ( 234/1095) spt-daemon deadline::tests::advance_after_fire_steps_one_grid_normally_and_collapses_a_stall
2026-06-16T08:27:28.0258006Z         PASS [   0.008s] ( 235/1095) spt-daemon daemon::tests::net_retry_backoff_doubles_then_caps
2026-06-16T08:27:28.0274211Z         PASS [   0.007s] ( 236/1095) spt-daemon deadline::tests::cold_and_crash_write_fresh_anchor_at_now
2026-06-16T08:27:28.0283994Z         PASS [   0.015s] ( 237/1095) spt-daemon daemon::tests::is_running_tracks_the_seed_channel
2026-06-16T08:27:28.0342659Z         PASS [   0.009s] ( 238/1095) spt-daemon deadline::tests::corrupt_file_degrades_to_fresh
2026-06-16T08:27:28.0899032Z         PASS [   0.009s] ( 239/1095) spt-daemon deadline::tests::distinct_keys_do_not_cross_clobber
2026-06-16T08:27:28.0901708Z         PASS [   0.008s] ( 240/1095) spt-daemon deadline::tests::next_fire_between_grid_points_rounds_up
2026-06-16T08:27:28.0904561Z         PASS [   0.008s] ( 241/1095) spt-daemon deadline::tests::next_fire_long_jump_collapses_missed_ticks_to_one
2026-06-16T08:27:28.0907176Z         PASS [   0.008s] ( 242/1095) spt-daemon deadline::tests::next_fire_saturates_when_now_precedes_anchor
2026-06-16T08:27:28.0911315Z         PASS [   0.008s] ( 243/1095) spt-daemon deadline::tests::next_fire_on_grid_returns_now_and_advances_strictly
2026-06-16T08:27:28.0914229Z         PASS [   0.008s] ( 244/1095) spt-daemon deadline::tests::one_shot_fires_at_or_after_target_and_never_resets
2026-06-16T08:27:28.0916731Z         PASS [   0.210s] ( 245/1095) spt-daemon brainproc::tests::trial_kills_alive_never_ready_candidate_before_rollback
2026-06-16T08:27:28.0920886Z         PASS [   0.009s] ( 246/1095) spt-daemon deadline::tests::update_keeps_anchor_and_refreshes_interval
2026-06-16T08:27:28.0922933Z         PASS [   0.008s] ( 247/1095) spt-daemon deadline::tests::zero_interval_degrades_to_config_default
2026-06-16T08:27:28.0924463Z         PASS [   0.008s] ( 248/1095) spt-daemon deelevate::tests::env_overlay_keeps_explicit_spt_home_alive
2026-06-16T08:27:28.0925972Z         PASS [   0.009s] ( 249/1095) spt-daemon deadline::tests::update_with_no_file_falls_back_fresh
2026-06-16T08:27:28.0927337Z         PASS [   0.008s] ( 250/1095) spt-daemon deelevate::tests::plan_spawn_deelevates_only_with_a_target
2026-06-16T08:27:28.0928835Z         PASS [   0.012s] ( 251/1095) spt-daemon deelevate::tests::election_resolves_real_users_never_root
2026-06-16T08:27:28.0930406Z         PASS [   0.009s] ( 252/1095) spt-daemon deelevate::tests::sudo_invoker_derivation_is_strict
2026-06-16T08:27:28.0931851Z         PASS [   0.008s] ( 253/1095) spt-daemon digest::tests::common_prefix_len_finds_the_unchanged_head
2026-06-16T08:27:28.0934504Z         PASS [   0.009s] ( 254/1095) spt-daemon digest::tests::log_less_two_origin_merge_interleaves_by_ts
2026-06-16T08:27:28.0936694Z         PASS [   0.009s] ( 255/1095) spt-daemon digest::tests::merge_by_ts_interleaves_context
2026-06-16T08:27:28.0941849Z         PASS [   0.007s] ( 256/1095) spt-daemon digest::tests::resolve_config_precedence
2026-06-16T08:27:28.0950183Z         PASS [   0.009s] ( 257/1095) spt-daemon digest::tests::projects_empty_for_a_sourceless_endpoint
2026-06-16T08:27:28.0952524Z         PASS [   0.009s] ( 258/1095) spt-daemon digest::tests::projects_a_log_less_endpoint_from_digest_log
2026-06-16T08:27:28.0966703Z         PASS [   0.008s] ( 259/1095) spt-daemon digesthub::tests::dropped_subscriber_is_pruned
2026-06-16T08:27:28.0980862Z         PASS [   0.008s] ( 260/1095) spt-daemon digesthub::tests::render_is_glanceable
2026-06-16T08:27:28.0983193Z         PASS [   0.009s] ( 261/1095) spt-daemon digesthub::tests::publish_delta_is_tail_then_full_refresh
2026-06-16T08:27:28.0985593Z         PASS [   0.009s] ( 262/1095) spt-daemon digesthub::tests::project_and_publish_stores_latest
2026-06-16T08:27:28.0988412Z         PASS [   0.008s] ( 263/1095) spt-daemon digesthub::tests::subscribe_returns_current_base
2026-06-16T08:27:28.1008521Z         PASS [   0.008s] ( 264/1095) spt-daemon drivehub::tests::clear_evicts_the_slot
2026-06-16T08:27:28.1010844Z         PASS [   0.009s] ( 265/1095) spt-daemon dispatch::tests::classifies_every_family_by_first_line_shape
2026-06-16T08:27:28.1012829Z         PASS [   0.008s] ( 266/1095) spt-daemon dispatch::tests::unknown_shapes_refuse_classification
2026-06-16T08:27:28.1015503Z         PASS [   0.008s] ( 267/1095) spt-daemon drivehub::tests::dead_generation_frame_is_never_served
2026-06-16T08:27:28.1018394Z         PASS [   0.009s] ( 268/1095) spt-daemon drivehub::tests::slots_are_per_owner
2026-06-16T08:27:28.1022646Z         PASS [   0.009s] ( 269/1095) spt-daemon drivehub::tests::write_is_latest_wins
2026-06-16T08:27:28.1025061Z         PASS [   0.009s] ( 270/1095) spt-daemon drivehub::tests::take_is_exactly_once
2026-06-16T08:27:28.1032787Z         PASS [   0.016s] ( 271/1095) spt-daemon effect::tests::applied_set_survives_reopen
2026-06-16T08:27:28.1039051Z         PASS [   0.052s] ( 272/1095) spt-daemon digest::tests::extractor_spans_sessions_with_a_boundary_marker
2026-06-16T08:27:28.1044905Z         PASS [   0.218s] ( 273/1095) spt-daemon brainproc::tests::trial_promotes_on_ready_then_supervises_the_accepted_binary
2026-06-16T08:27:28.1109852Z         PASS [   0.007s] ( 274/1095) spt-daemon frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer
2026-06-16T08:27:28.1112248Z         PASS [   0.016s] ( 275/1095) spt-daemon effect::tests::open_creates_missing_parent_dirs
2026-06-16T08:27:28.1119412Z         PASS [   0.007s] ( 276/1095) spt-daemon frame::tests::handshake_accepts_newer_brain_on_older_broker
2026-06-16T08:27:28.1144000Z         PASS [   0.020s] ( 277/1095) spt-daemon effect::tests::failed_effect_is_not_recorded_applied
2026-06-16T08:27:28.1197887Z         PASS [   0.007s] ( 278/1095) spt-daemon frame::tests::unknown_kind_is_not_a_decode_error
2026-06-16T08:27:28.1200416Z         PASS [   0.009s] ( 279/1095) spt-daemon frame::tests::handshake_rejects_below_floor
2026-06-16T08:27:28.1207533Z         PASS [   0.009s] ( 280/1095) spt-daemon frame::tests::handshake_rejects_role_mismatch
2026-06-16T08:27:28.1224012Z         PASS [   0.008s] ( 281/1095) spt-daemon grants::tests::escalation_answers_apply
2026-06-16T08:27:28.1251993Z         PASS [   0.022s] ( 282/1095) spt-daemon effect::tests::second_apply_for_same_key_is_deduped
2026-06-16T08:27:28.1277338Z         PASS [   0.008s] ( 283/1095) spt-daemon grants::tests::no_session_escalates_with_none_target
2026-06-16T08:27:28.1291832Z         PASS [   0.008s] ( 284/1095) spt-daemon grants::tests::escalation_ask_body_roundtrip
2026-06-16T08:27:28.1306613Z         PASS [   0.008s] ( 285/1095) spt-daemon grants::tests::preconsent_flags_author_grants
2026-06-16T08:27:28.1335979Z         PASS [   0.008s] ( 286/1095) spt-daemon grants::tests::reserved_capabilities_refuse_even_when_granted
2026-06-16T08:27:28.1358075Z         PASS [   0.008s] ( 287/1095) spt-daemon grants::tests::ungranted_escalates_granted_allows
2026-06-16T08:27:28.1363619Z         PASS [   0.009s] ( 288/1095) spt-daemon harnesshost::tests::mint_session_id_is_fresh_hex
2026-06-16T08:27:28.1403281Z         PASS [   0.009s] ( 289/1095) spt-daemon harnesshost::tests::prepare_fails_closed_on_wrong_kind_missing_role_and_bad_template
2026-06-16T08:27:28.1432211Z         PASS [   0.009s] ( 290/1095) spt-daemon harnesshost::tests::prepare_fills_id_and_session_into_self_command
2026-06-16T08:27:28.1707617Z         PASS [   0.031s] ( 291/1095) spt-daemon lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid
2026-06-16T08:27:28.1720573Z         PASS [   0.029s] ( 292/1095) spt-daemon lifecycle::tests::harness_owner_gone_anchors_on_parent_pid
2026-06-16T08:27:28.1957093Z         PASS [   0.060s] ( 293/1095) spt-daemon lifecycle::tests::crash_signoff_spares_recovered_self
2026-06-16T08:27:28.1970787Z         PASS [   0.061s] ( 294/1095) spt-daemon lifecycle::tests::crash_signoff_tears_down_when_still_gone
2026-06-16T08:27:28.2016028Z         PASS [   0.029s] ( 295/1095) spt-daemon lifecycle::tests::orphan_watch_honors_stop_for_live_owner
2026-06-16T08:27:28.2251206Z         PASS [   0.420s] ( 296/1095) spt-daemon brainproc::tests::stale_generation_minus_one_ready_never_promotes
2026-06-16T08:27:28.2290162Z         PASS [   0.134s] ( 297/1095) spt-daemon effect::tests::gauntlet_is_exactly_once_across_brain_crashes
2026-06-16T08:27:28.2318500Z         PASS [   0.061s] ( 298/1095) spt-daemon lifecycle::tests::orphan_watch_fires_on_dead_owner
2026-06-16T08:27:28.2460602Z         PASS [   0.438s] ( 299/1095) spt-daemon brainproc::tests::supervisor_owns_generation_and_stamps_start_reason
2026-06-16T08:27:28.2523963Z         PASS [   0.439s] ( 300/1095) spt-daemon brainproc::tests::supervisor_respawns_brain_until_stopped
2026-06-16T08:27:28.2563361Z         PASS [   0.061s] ( 301/1095) spt-daemon lifecycle::tests::pulse_loop_does_not_write_anchor_per_fire
2026-06-16T08:27:28.2564630Z         PASS [   0.031s] ( 302/1095) spt-daemon lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state
2026-06-16T08:27:28.2573011Z         PASS [   0.060s] ( 303/1095) spt-daemon lifecycle::tests::pulse_loop_is_config_paced_and_killable
2026-06-16T08:27:28.2602939Z         PASS [   0.008s] ( 304/1095) spt-daemon linkhost::tests::per_capability_act_gate_blocks_until_class_scoped_grant
2026-06-16T08:27:28.2737029Z         PASS [   0.154s] ( 305/1095) spt-daemon grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips
2026-06-16T08:27:28.2760640Z         PASS [   0.074s] ( 306/1095) spt-daemon lifecycle::tests::pulse_loop_update_preserves_phase_crash_rebases
2026-06-16T08:27:28.3169045Z         PASS [   0.041s] ( 307/1095) spt-daemon livehost::tests::reconcile_does_not_double_host
2026-06-16T08:27:28.3186782Z         PASS [   0.073s] ( 308/1095) spt-daemon linkhost::tests::gateway_typed_owner_resolves_and_drives_keyed_on_id_not_type
2026-06-16T08:27:28.3287875Z         PASS [   0.055s] ( 309/1095) spt-daemon livehost::tests::fresh_brain_rehydrates_an_online_live_endpoint
2026-06-16T08:27:28.3319674Z         PASS [   0.075s] ( 310/1095) spt-daemon linkhost::tests::run_action_refuses_gated_op_without_spooling
2026-06-16T08:27:28.3320718Z         PASS [   0.076s] ( 311/1095) spt-daemon linkhost::tests::run_action_drive_drops_offline_without_wake_or_spool
2026-06-16T08:27:28.3346981Z         PASS [   0.078s] ( 312/1095) spt-daemon linkhost::tests::prepare_drive_is_live_or_drop_and_never_spools
2026-06-16T08:27:28.3384355Z         PASS [   0.078s] ( 313/1095) spt-daemon linkhost::tests::run_action_relinks_drives_and_refuses
2026-06-16T08:27:28.3401837Z         PASS [   0.011s] ( 314/1095) spt-daemon livehost::tests::reconcile_skips_an_offline_live_endpoint
2026-06-16T08:27:28.3407552Z         PASS [   0.009s] ( 315/1095) spt-daemon machineid::tests::hash_is_domain_separated_and_stable
2026-06-16T08:27:28.3439924Z         PASS [   0.009s] ( 316/1095) spt-daemon machineid::tests::machine_id_hash_resolves_and_is_stable
2026-06-16T08:27:28.3484684Z         PASS [   0.008s] ( 317/1095) spt-daemon msg::tests::output_envelope_round_trips
2026-06-16T08:27:28.3486455Z         PASS [   0.008s] ( 318/1095) spt-daemon msg::tests::net_frames_round_trip_and_tolerate_unknown_fields
2026-06-16T08:27:28.3487742Z         PASS [   0.009s] ( 319/1095) spt-daemon msg::tests::bytes_round_trip_through_payload
2026-06-16T08:27:28.3531573Z         PASS [   0.010s] ( 320/1095) spt-daemon msg::tests::presence_event_round_trips_and_tolerates_future_kind
2026-06-16T08:27:28.3574815Z         PASS [   0.009s] ( 321/1095) spt-daemon msg::tests::spawn_req_tolerates_unknown_field
2026-06-16T08:27:28.3626876Z         PASS [   0.044s] ( 322/1095) spt-daemon livehost::tests::reconcile_keeps_driver_on_transient_read_fail_unhosts_on_dir_gone
2026-06-16T08:27:28.3657918Z         PASS [   0.008s] ( 323/1095) spt-daemon nethost::tests::retentive_log_is_lossless_ordered_while_ordinary_log_overwrites
2026-06-16T08:27:28.3783588Z         PASS [   0.061s] ( 324/1095) spt-daemon livehost::tests::reconcile_hosts_an_online_live_endpoint_and_drives_its_pulse
2026-06-16T08:27:28.3784865Z         PASS [   0.030s] ( 325/1095) spt-daemon nethost::tests::host_binds_endpoint_to_node_identity
2026-06-16T08:27:28.3785828Z         PASS [   0.149s] ( 326/1095) spt-daemon lifecycle::tests::pulse_tick_ingests_drop
2026-06-16T08:27:28.3786849Z         PASS [   0.046s] ( 327/1095) spt-daemon livehost::tests::reconcile_unhosts_on_offline_transition
2026-06-16T08:27:28.3868224Z         PASS [   0.038s] ( 328/1095) spt-daemon nethost::tests::loopback_conn_is_a_reused_singleton_that_cross_wires_a_stream_pair
2026-06-16T08:27:28.4335657Z         PASS [   0.071s] ( 329/1095) spt-daemon nethost::tests::two_hosts_dial_over_loopback
2026-06-16T08:27:28.4566667Z         PASS [   0.070s] ( 330/1095) spt-daemon notif::tests::no_live_endpoint_is_a_typed_no_target
2026-06-16T08:27:28.4633610Z         PASS [   0.030s] ( 331/1095) spt-daemon notif::tests::notif_command_renders_all_keys_and_is_opt_in
2026-06-16T08:27:28.4670350Z         PASS [   0.235s] ( 332/1095) spt-daemon lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces
2026-06-16T08:27:28.5062864Z         PASS [   0.127s] ( 333/1095) spt-daemon notif::tests::hidden_endpoint_boundary_surfaces_nothing
2026-06-16T08:27:28.5299830Z         PASS [   0.063s] ( 334/1095) spt-daemon notif::tests::shell_notif_templates_render_for_attached_instances_only
2026-06-16T08:27:28.5558018Z         PASS [   0.645s] ( 335/1095) spt-daemon brainproc::tests::trial_rolls_back_after_budget_of_pre_ready_exits
2026-06-16T08:27:28.5975240Z         PASS [   0.232s] ( 336/1095) spt-daemon notif::tests::consent_decision_produces_notif_only_when_gated
2026-06-16T08:27:28.6045101Z         PASS [   0.226s] ( 337/1095) spt-daemon notif::tests::first_fire_reaches_most_recent_visible_endpoint
2026-06-16T08:27:28.6128585Z         PASS [   0.234s] ( 338/1095) spt-daemon notif::tests::hidden_endpoint_is_never_the_target
2026-06-16T08:27:28.6212537Z         PASS [   0.008s] ( 339/1095) spt-daemon pairhost::tests::wire_errors_classify_for_the_guided_ux
2026-06-16T08:27:28.6304049Z         PASS [   0.009s] ( 340/1095) spt-daemon presence::tests::mra_degrades_to_local_and_skips_noise_rows
2026-06-16T08:27:28.6323995Z         PASS [   0.253s] ( 341/1095) spt-daemon notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked
2026-06-16T08:27:28.6394362Z         PASS [   0.009s] ( 342/1095) spt-daemon presence::tests::mra_joins_local_and_gossiped_legs_under_one_max
2026-06-16T08:27:28.6395359Z         PASS [   0.007s] ( 343/1095) spt-daemon presence::tests::snapshot_loading_degrades_on_junk
2026-06-16T08:27:28.6471419Z         PASS [   0.008s] ( 344/1095) spt-daemon presence::tests::subnet_scope_gates_both_legs
2026-06-16T08:27:28.6474794Z         PASS [   0.008s] ( 345/1095) spt-daemon propagate::tests::classifier_maps_every_status_shape
2026-06-16T08:27:28.6969957Z         PASS [   0.167s] ( 346/1095) spt-daemon notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed
2026-06-16T08:27:28.7235424Z         PASS [   0.168s] ( 347/1095) spt-daemon notifsync::tests::feed_converges_two_stores_and_dismiss_replicates
2026-06-16T08:27:28.7281365Z         PASS [   0.131s] ( 348/1095) spt-daemon notifsync::tests::non_member_subnet_record_never_materializes
2026-06-16T08:27:28.7449794Z         PASS [   0.140s] ( 349/1095) spt-daemon notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped
2026-06-16T08:27:28.7855402Z         PASS [   0.322s] ( 350/1095) spt-daemon notif::tests::rollback_notif_is_loud_and_resurfaces
2026-06-16T08:27:28.7940427Z         PASS [   0.337s] ( 351/1095) spt-daemon notif::tests::resurface_delivers_undismissed_with_gates
2026-06-16T08:27:28.7969478Z         PASS [   0.150s] ( 352/1095) spt-daemon psyrelay::tests::empty_and_oversize_bodies_drop_typed
2026-06-16T08:27:28.8045189Z         PASS [   0.298s] ( 353/1095) spt-daemon notif::tests::suppression_window_holds_cross_endpoint
2026-06-16T08:27:28.8048549Z         PASS [   0.008s] ( 354/1095) spt-daemon pump::registry::tests::fire_due_rotations_rotates_due_and_leaves_pending
2026-06-16T08:27:28.8111096Z         PASS [   0.006s] ( 355/1095) spt-daemon pump::registry::tests::poll_wake_takes_the_advertise_marker_exactly_once
2026-06-16T08:27:28.8133516Z         PASS [   0.008s] ( 356/1095) spt-daemon pump::registry::tests::pre_round_sweeps_and_refreshes_adverts_each_round
2026-06-16T08:27:28.8179419Z         PASS [   0.007s] ( 357/1095) spt-daemon pump::tests::choreography_fan_targets_skips_detached_and_self
2026-06-16T08:27:28.8192965Z         PASS [   0.006s] ( 358/1095) spt-daemon pump::tests::choreography_first_tick_primes_all_legs
2026-06-16T08:27:28.8239056Z         PASS [   0.006s] ( 359/1095) spt-daemon pump::tests::choreography_mark_after_round_stamps_only_due
2026-06-16T08:27:28.8250459Z         PASS [   0.006s] ( 360/1095) spt-daemon pump::tests::choreography_peer_step_aborts_on_first_failure
2026-06-16T08:27:28.8300816Z         PASS [   0.006s] ( 361/1095) spt-daemon pump::tests::choreography_pre_round_once_and_before_any_peer_step
2026-06-16T08:27:28.8306363Z         PASS [   0.006s] ( 362/1095) spt-daemon pump::tests::choreography_wake_forces_only_that_worker
2026-06-16T08:27:28.8361687Z         PASS [   0.006s] ( 363/1095) spt-daemon pump::tests::first_tick_is_due_and_never_underflows
2026-06-16T08:27:28.8425496Z         PASS [   0.006s] ( 364/1095) spt-daemon pump::tests::peer_outcome_timeout_bubbles_ordinary_aborts
2026-06-16T08:27:28.8462761Z         PASS [   0.149s] ( 365/1095) spt-daemon psyrelay::tests::notify_without_live_endpoint_is_pending
2026-06-16T08:27:28.8489472Z         PASS [   0.006s] ( 366/1095) spt-daemon pump::tests::push_target_is_the_full_roster_minus_self_and_tombstoned
2026-06-16T08:27:28.8520324Z         PASS [   0.021s] ( 367/1095) spt-daemon pump::tests::heartbeat_writes_and_advances
2026-06-16T08:27:28.8536228Z         PASS [   0.007s] ( 368/1095) spt-daemon pump::tests::seeded_dial_order_fallback_and_writeback
2026-06-16T08:27:28.8549265Z         PASS [   0.006s] ( 369/1095) spt-daemon pump::tests::supervisor_backoff_doubles_caps_and_resets
2026-06-16T08:27:28.8611876Z         PASS [   0.006s] ( 370/1095) spt-daemon reconcile::tests::active_node_wins
2026-06-16T08:27:28.8612741Z         PASS [   0.008s] ( 371/1095) spt-daemon pump::tests::wake_forces_a_round_regardless_of_cadence
2026-06-16T08:27:28.8614014Z         PASS [   0.138s] ( 372/1095) spt-daemon psyrelay::tests::null_stdout_driver_fails_the_guard
2026-06-16T08:27:28.8679559Z         PASS [   0.006s] ( 373/1095) spt-daemon reconcile::tests::no_rows_reconciles_locally
2026-06-16T08:27:28.8681485Z         PASS [   0.007s] ( 374/1095) spt-daemon reconcile::tests::double_active_tiebreaks_deterministically
2026-06-16T08:27:28.8689475Z         PASS [   0.008s] ( 375/1095) spt-daemon reconcile::tests::fallback_lowest_non_offline
2026-06-16T08:27:28.8761580Z         PASS [   0.148s] ( 376/1095) spt-daemon psyrelay::tests::prose_only_relays_nothing
2026-06-16T08:27:28.8792491Z         PASS [   0.010s] ( 377/1095) spt-daemon registryhost::tests::advertise_local_stamps_the_node_label
2026-06-16T08:27:28.8796828Z         PASS [   0.011s] ( 378/1095) spt-daemon registryhost::tests::advertise_local_scans_and_respects_visibility
2026-06-16T08:27:28.8859034Z         PASS [   0.010s] ( 379/1095) spt-daemon registryhost::tests::advertisement_carries_both_authored_blurb
2026-06-16T08:27:28.8902401Z         PASS [   0.011s] ( 380/1095) spt-daemon registryhost::tests::advertisement_carries_the_presence_datum
2026-06-16T08:27:28.8903415Z         PASS [   0.038s] ( 381/1095) spt-daemon pump::tests::supervisor_restarts_a_panicking_pump_until_stop
2026-06-16T08:27:28.8910342Z         PASS [   0.023s] ( 382/1095) spt-daemon registryhost::tests::admitted_feeds_stamp_the_heard_map
2026-06-16T08:27:28.8914122Z         PASS [   0.012s] ( 383/1095) spt-daemon registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped
2026-06-16T08:27:28.8969967Z         PASS [   0.011s] ( 384/1095) spt-daemon registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active
2026-06-16T08:27:28.8991317Z         PASS [   0.251s] ( 385/1095) spt-daemon psyrelay::tests::notify_reaches_own_user_only
2026-06-16T08:27:28.9001891Z         PASS [   0.009s] ( 386/1095) spt-daemon registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots
2026-06-16T08:27:28.9003289Z         PASS [   0.010s] ( 387/1095) spt-daemon registryhost::tests::apply_node_labels_gates_and_merges
2026-06-16T08:27:28.9004352Z         PASS [   0.010s] ( 388/1095) spt-daemon registryhost::tests::apply_feed_gates_and_merges_under_the_lease
2026-06-16T08:27:28.9015742Z         PASS [   0.010s] ( 389/1095) spt-daemon registryhost::tests::evict_silent_peers_never_touches_own_rows
2026-06-16T08:27:28.9080016Z         PASS [   0.009s] ( 390/1095) spt-daemon registryhost::tests::superseded_requires_label_and_machine_id_under_other_key
2026-06-16T08:27:28.9092558Z         PASS [   0.012s] ( 391/1095) spt-daemon registryhost::tests::repair_evict_tombstones_roster_snapshot_and_notices
2026-06-16T08:27:28.9093664Z         PASS [   0.009s] ( 392/1095) spt-daemon registryhost::tests::with_epoch_is_the_one_canonical_counter
2026-06-16T08:27:28.9118147Z         PASS [   0.010s] ( 393/1095) spt-daemon relcache::tests::applied_state_two_phase_round_trips_and_degrades
2026-06-16T08:27:28.9174469Z         PASS [   0.009s] ( 394/1095) spt-daemon relcache::tests::partial_update_set_can_serve_held_platform_only
2026-06-16T08:27:28.9180640Z         PASS [   0.009s] ( 395/1095) spt-daemon relcache::tests::stage_round_trips_and_restage_replaces
2026-06-16T08:27:28.9187366Z         PASS [   0.009s] ( 396/1095) spt-daemon relcache::tests::single_platform_stamp_is_explicit_and_cleared_on_restage
2026-06-16T08:27:28.9205787Z         PASS [   0.009s] ( 397/1095) spt-daemon relcache::tests::torn_or_corrupt_stage_offers_nothing
2026-06-16T08:27:28.9273297Z         PASS [   0.010s] ( 398/1095) spt-daemon relcache::tests::update_set_round_trips_and_loads_by_platform
2026-06-16T08:27:28.9293211Z         PASS [   0.144s] ( 399/1095) spt-daemon psyrelay::tests::reply_without_target_is_dropped
2026-06-16T08:27:28.9367899Z         PASS [   0.019s] ( 400/1095) spt-daemon release::tests::artifact_digest_mismatch_is_rejected
2026-06-16T08:27:28.9375055Z         PASS [   0.008s] ( 401/1095) spt-daemon release::tests::hex_roundtrips
2026-06-16T08:27:28.9384671Z         PASS [   0.020s] ( 402/1095) spt-daemon release::tests::builtin_keys_merge_and_revoke_under_file_overlay
2026-06-16T08:27:28.9386885Z         PASS [   0.018s] ( 403/1095) spt-daemon release::tests::channel_mismatch_is_rejected
2026-06-16T08:27:28.9467680Z         PASS [   0.008s] ( 404/1095) spt-daemon release::tests::revoked_key_is_rejected
2026-06-16T08:27:28.9468775Z         PASS [   0.009s] ( 405/1095) spt-daemon release::tests::production_policy_loads_fail_closed
2026-06-16T08:27:28.9470380Z         PASS [   0.020s] ( 406/1095) spt-daemon release::tests::expired_metadata_is_rejected
2026-06-16T08:27:28.9474282Z         PASS [   0.009s] ( 407/1095) spt-daemon release::tests::shipped_builtin_table_is_well_formed
2026-06-16T08:27:28.9655589Z         PASS [   0.019s] ( 408/1095) spt-daemon release::tests::tampered_metadata_fails_signature
2026-06-16T08:27:28.9665190Z         PASS [   0.020s] ( 409/1095) spt-daemon release::tests::untrusted_key_is_unknown
2026-06-16T08:27:28.9669665Z         PASS [   0.020s] ( 410/1095) spt-daemon release::tests::update_set_artifact_mismatch_is_rejected
2026-06-16T08:27:28.9753187Z         PASS [   0.028s] ( 411/1095) spt-daemon release::tests::update_set_channel_and_rollback_gates_hold
2026-06-16T08:27:28.9777562Z         PASS [   0.041s] ( 412/1095) spt-daemon release::tests::non_monotonic_version_is_rollback
2026-06-16T08:27:28.9843191Z         PASS [   0.018s] ( 413/1095) spt-daemon release::tests::update_set_tampering_breaks_whole_set_signature
2026-06-16T08:27:28.9850550Z         PASS [   0.019s] ( 414/1095) spt-daemon release::tests::update_set_missing_platform_is_typed_rejection
2026-06-16T08:27:28.9858784Z         PASS [   0.018s] ( 415/1095) spt-daemon release::tests::update_set_verifies_and_selects_platform_artifact
2026-06-16T08:27:28.9871442Z         PASS [   0.008s] ( 416/1095) spt-daemon resting::tests::apply_event_auto_suspends_under_the_resolved_chain
2026-06-16T08:27:28.9932563Z         PASS [   0.008s] ( 417/1095) spt-daemon resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in
2026-06-16T08:27:28.9940965Z         PASS [   0.009s] ( 418/1095) spt-daemon resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake
2026-06-16T08:27:28.9943428Z         PASS [   0.010s] ( 419/1095) spt-daemon resting::tests::apply_event_echo_failure_is_loud_but_state_persists
2026-06-16T08:27:28.9951811Z         PASS [   0.020s] ( 420/1095) spt-daemon release::tests::valid_release_verifies_and_artifact_matches
2026-06-16T08:27:28.9956912Z         PASS [   0.251s] ( 421/1095) spt-daemon psyrelay::tests::reply_relays_to_inbound_sender
2026-06-16T08:27:29.0024990Z         PASS [   0.008s] ( 422/1095) spt-daemon resting::tests::knob_chain_resolves_global_node_endpoint
2026-06-16T08:27:29.0027661Z         PASS [   0.009s] ( 423/1095) spt-daemon resting::tests::freshness_pull_marker_is_taken_exactly_once
2026-06-16T08:27:29.0039356Z         PASS [   0.010s] ( 424/1095) spt-daemon resting::tests::deferred_held_keys_on_the_durable_rest_record
2026-06-16T08:27:29.0040589Z         PASS [   0.008s] ( 425/1095) spt-daemon resting::tests::rest_record_round_trips_with_anchor_discipline
2026-06-16T08:27:29.0119527Z         PASS [   0.009s] ( 426/1095) spt-daemon resting::tests::transition_table_matches_the_context_model
2026-06-16T08:27:29.0123189Z         PASS [   0.009s] ( 427/1095) spt-daemon rollback_compat::tests::pre_ready_durable_files_are_additive_and_n1_readable
2026-06-16T08:27:29.0189254Z         PASS [   0.015s] ( 428/1095) spt-daemon seedmap::tests::put_then_take_consumes_once
2026-06-16T08:27:29.0191081Z         PASS [   0.015s] ( 429/1095) spt-daemon seedmap::tests::put_refreshes_existing
2026-06-16T08:27:29.0270792Z         PASS [   0.008s] ( 430/1095) spt-daemon seedproofx::grace_tests::seed_never_appears_in_roster_gossip
2026-06-16T08:27:29.0271907Z         PASS [   0.015s] ( 431/1095) spt-daemon seedmap::tests::stop_op_acks_then_serve_returns
2026-06-16T08:27:29.0272723Z         PASS [   0.015s] ( 432/1095) spt-daemon seedmap::tests::take_absent_is_none
2026-06-16T08:27:29.0274603Z         PASS [   0.009s] ( 433/1095) spt-daemon seedproofx::grace_tests::grade_truth_table
2026-06-16T08:27:29.0352988Z         PASS [   0.008s] ( 434/1095) spt-daemon seedproofx::roster_tests::malformed_roster_frame_rejected
2026-06-16T08:27:29.0357836Z         PASS [   0.008s] ( 435/1095) spt-daemon seedproofx::grace_tests::seedxfer_frame_round_trips_and_rejects_malformed
2026-06-16T08:27:29.0361739Z         PASS [   0.009s] ( 436/1095) spt-daemon seedproofx::roster_tests::gapfill_fills_absent_only_and_skips_self
2026-06-16T08:27:29.0363166Z         PASS [   0.009s] ( 437/1095) spt-daemon seedproofx::roster_tests::empty_roster_frame_round_trips
2026-06-16T08:27:29.0441661Z         PASS [   0.008s] ( 438/1095) spt-daemon service::tests::plan_stop_routes_managed_then_ipc_then_noop
2026-06-16T08:27:29.0443236Z         PASS [   0.008s] ( 439/1095) spt-daemon service::tests::plan_start_prefers_service_then_spawn_idempotent
2026-06-16T08:27:29.0455845Z         PASS [   0.010s] ( 440/1095) spt-daemon seedproofx::roster_tests::roster_frame_round_trips
2026-06-16T08:27:29.0461099Z         PASS [   0.060s] ( 441/1095) spt-daemon resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only
2026-06-16T08:27:29.0462871Z         PASS [   0.010s] ( 442/1095) spt-daemon serveprobe::tests::is_serving_subnet_honors_membership_and_detach
2026-06-16T08:27:29.0533511Z         PASS [   0.009s] ( 443/1095) spt-daemon service::tests::run_refused_only_when_windows_and_vanishing
2026-06-16T08:27:29.0535505Z         PASS [   0.009s] ( 444/1095) spt-daemon service::tests::service_ignored_under_spt_home_override
2026-06-16T08:27:29.0546219Z         PASS [   0.009s] ( 445/1095) spt-daemon shellchan::tests::drive_frame_shape_mirrors_sensory
2026-06-16T08:27:29.0547519Z         PASS [   0.009s] ( 446/1095) spt-daemon service::tests::systemd_unit_path_follows_xdg_then_home
2026-06-16T08:27:29.0566443Z         PASS [   0.010s] ( 447/1095) spt-daemon shellchan::tests::frames_compose_and_stamp_roundtrips
2026-06-16T08:27:29.0626066Z         PASS [   0.009s] ( 448/1095) spt-daemon shellchan::tests::sensory_text_file_frames_shape
2026-06-16T08:27:29.0637093Z         PASS [   0.010s] ( 449/1095) spt-daemon shellchan::tests::vocab_check_bounds_ops_and_args
2026-06-16T08:27:29.0670807Z         PASS [   0.012s] ( 450/1095) spt-daemon shelldisc::tests::discover_across_joins_other_node_subnet_adapters
2026-06-16T08:27:29.0706443Z         PASS [   0.014s] ( 451/1095) spt-daemon shelldisc::tests::shell_context_renders_sections_and_empties_to_none
2026-06-16T08:27:29.0722764Z         PASS [   0.017s] ( 452/1095) spt-daemon shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable
2026-06-16T08:27:29.0727065Z         PASS [   0.077s] ( 453/1095) spt-daemon resting::tests::rest_edges_cascade_shells_with_divergence
2026-06-16T08:27:29.0800387Z         PASS [   0.013s] ( 454/1095) spt-daemon shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot
2026-06-16T08:27:29.0817795Z         PASS [   0.011s] ( 455/1095) spt-daemon shellhost::tests::gateway_typed_owner_spawns_and_owns_a_shell
2026-06-16T08:27:29.0845361Z         PASS [   0.012s] ( 456/1095) spt-daemon shellhost::tests::launch_parks_token_and_bind_by_token_onlines
2026-06-16T08:27:29.0854739Z         PASS [   0.013s] ( 457/1095) spt-daemon shellhost::tests::launch_fails_closed_on_bad_templates
2026-06-16T08:27:29.0889832Z         PASS [   0.009s] ( 458/1095) spt-daemon shellhost::tests::link_key_and_frame_mac_roundtrip
2026-06-16T08:27:29.0900421Z         PASS [   0.008s] ( 459/1095) spt-daemon shellwake::tests::backoff_curve_doubles_to_the_cap
2026-06-16T08:27:29.0950419Z         PASS [   0.300s] ( 460/1095) spt-daemon psyrelay::tests::spoofed_routing_is_stripped_and_restamped
2026-06-16T08:27:29.0968033Z         PASS [   0.011s] ( 461/1095) spt-daemon shellwake::tests::reconcile_resolves_profile_overlay
2026-06-16T08:27:29.1002365Z         PASS [   0.011s] ( 462/1095) spt-daemon shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches
2026-06-16T08:27:29.1003530Z         PASS [   0.010s] ( 463/1095) spt-daemon shellwake::tests::resolve_wake_refuses_without_a_reachable_owner
2026-06-16T08:27:29.1063770Z         PASS [   0.206s] ( 464/1095) spt-daemon relay::tests::run_honors_stop
2026-06-16T08:27:29.1085377Z         PASS [   0.008s] ( 465/1095) spt-daemon sync::tests::gate_decision_table
2026-06-16T08:27:29.1092697Z         PASS [   0.009s] ( 466/1095) spt-daemon shellwake::tests::watcher_opcode_exit_fires_resolution_once
2026-06-16T08:27:29.1173716Z         PASS [   0.033s] ( 467/1095) spt-daemon shellwake::tests::reconcile_flips_watchers_with_instance_state
2026-06-16T08:27:29.1174812Z         PASS [   0.008s] ( 468/1095) spt-daemon transport::tests::local_socket_handshake_and_frame_round_trip
2026-06-16T08:27:29.1238526Z         PASS [   0.006s] ( 469/1095) spt-daemon tunnelhub::tests::clear_evicts_the_entry
2026-06-16T08:27:29.1243169Z         PASS [   0.007s] ( 470/1095) spt-daemon transport::tests::local_socket_rejects_wrong_role
2026-06-16T08:27:29.1311268Z         PASS [   0.007s] ( 471/1095) spt-daemon tunnelhub::tests::entries_are_per_owner
2026-06-16T08:27:29.1314919Z         PASS [   0.008s] ( 472/1095) spt-daemon tunnelhub::tests::dead_generation_stream_is_never_surfaced
2026-06-16T08:27:29.1380770Z         PASS [   0.006s] ( 473/1095) spt-daemon tunnelhub::tests::resolve_serves_each_end_under_the_opening_token
2026-06-16T08:27:29.1381840Z         PASS [   0.007s] ( 474/1095) spt-daemon tunnelhub::tests::relink_overwrites_the_entry_with_a_fresh_generation
2026-06-16T08:27:29.1383618Z         PASS [   0.041s] ( 475/1095) spt-daemon shellwake::tests::watcher_crash_exits_respawn_then_give_up
2026-06-16T08:27:29.1454495Z         PASS [   0.007s] ( 476/1095) spt-daemon update::tests::classify_brain_only_when_broker_hosts_new_brain
2026-06-16T08:27:29.1455321Z         PASS [   0.007s] ( 477/1095) spt-daemon update::tests::classify_broker_breaking_on_resource_abi_change
2026-06-16T08:27:29.1456113Z         PASS [   0.007s] ( 478/1095) spt-daemon update::tests::apply_refuses_non_brain_only_plan
2026-06-16T08:27:29.1532665Z         PASS [   0.008s] ( 479/1095) spt-daemon update::tests::classify_broker_compatible_when_brain_below_floor
2026-06-16T08:27:29.1660974Z         PASS [   0.071s] ( 480/1095) spt-daemon shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch
2026-06-16T08:27:29.1721261Z         PASS [   0.019s] ( 481/1095) spt-daemon update::tests::plan_verified_yields_a_plan_for_a_valid_release
2026-06-16T08:27:29.1728377Z         PASS [   0.027s] ( 482/1095) spt-daemon update::tests::plan_verified_produces_no_plan_for_a_rejected_release
2026-06-16T08:27:29.1742982Z         PASS [   0.008s] ( 483/1095) spt-daemon wan::tests::origin_user_backed_matrix
2026-06-16T08:27:29.1792405Z         PASS [   0.279s] ( 484/1095) spt-daemon relay::tests::respawn_loses_no_spooled_message
2026-06-16T08:27:29.1795168Z         PASS [   0.007s] ( 485/1095) spt-daemon wan::tests::wan_user_msg_restamped_unless_origin_user_backed
2026-06-16T08:27:29.1820242Z         PASS [   0.008s] ( 486/1095) spt-daemon xfer::tests::resolve_under_confines_to_root
2026-06-16T08:27:29.1830194Z         PASS [   0.037s] ( 487/1095) spt-daemon update::tests::plan_verified_update_set_uses_selected_platform_spec
2026-06-16T08:27:29.1886127Z         PASS [   0.016s] ( 488/1095) spt-daemon xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely
2026-06-16T08:27:29.2414914Z         PASS [   0.135s] ( 489/1095) spt-daemon sync::tests::reconcile_driver_structurally_excludes_live_role
2026-06-16T08:27:29.2759334Z         PASS [   0.213s] ( 490/1095) spt-daemon shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases
2026-06-16T08:27:29.2896457Z         PASS [   0.106s] ( 491/1095) spt-daemon::attach broker_spawns_the_pty_child_in_the_requested_cwd
2026-06-16T08:27:29.2897470Z         PASS [   0.048s] ( 492/1095) spt-daemon::attach controller_viewer_matrix_and_loud_take
2026-06-16T08:27:29.3011403Z         PASS [   0.237s] ( 493/1095) spt-daemon shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline
2026-06-16T08:27:29.3101032Z         PASS [   0.121s] ( 494/1095) spt-daemon::attach controller_restart_with_viewer_no_displace_and_viewer_survives
2026-06-16T08:27:29.3249146Z         PASS [   0.216s] ( 495/1095) spt-daemon sync::tests::select_refs_scopes_two_tiers
2026-06-16T08:27:29.3337787Z         PASS [   0.044s] ( 496/1095) spt-daemon::attach loopback_self_dial_is_refused_local_uses_fallback_transport
2026-06-16T08:27:29.3391803Z         PASS [   0.063s] ( 497/1095) spt-daemon::attach local_attach_via_loopback_conn_rides_the_same_pump
2026-06-16T08:27:29.3530371Z         PASS [   0.013s] ( 498/1095) spt-daemon::brain_swap brain_only_update_swaps_logic_with_zero_endpoint_interruption
2026-06-16T08:27:29.3674920Z         PASS [   0.015s] ( 499/1095) spt-daemon::broker broker_hosts_pty_child_streams_output_and_accepts_input
2026-06-16T08:27:29.3697854Z         PASS [   0.059s] ( 500/1095) spt-daemon::attach same_origin_re_subscribe_does_not_displace
2026-06-16T08:27:29.3754395Z         PASS [   0.196s] ( 501/1095) spt-daemon::attach attach_registers_remote_drive_detection
2026-06-16T08:27:29.3790313Z         PASS [   0.009s] ( 502/1095) spt-daemon::budget measure_dormant_seat_budget
2026-06-16T08:27:29.3841419Z         PASS [   0.202s] ( 503/1095) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-16T08:27:29.3878155Z         PASS [   0.086s] ( 504/1095) spt-daemon::attach resize_is_controller_exclusive
2026-06-16T08:27:29.3941430Z         PASS [   0.010s] ( 505/1095) spt-daemon::dispatch classify_routes_a_node_label_feed_to_registry
2026-06-16T08:27:29.4033006Z         PASS [   0.114s] ( 506/1095) spt-daemon::attach remote_attach_drives_a_real_pty_cross_daemon
2026-06-16T08:27:29.4256752Z         PASS [   1.072s] ( 507/1095) spt-daemon nethost::tests::loopback_tunnel_backpressures_without_loss
2026-06-16T08:27:29.4518539Z         PASS [   0.127s] ( 508/1095) spt-daemon::attach spt_hosted_bringup_then_cross_node_attach_drives_the_pty
2026-06-16T08:27:29.4939608Z         PASS [   0.160s] ( 509/1095) spt-daemon::attach wedged_viewer_does_not_stall_controller
2026-06-16T08:27:29.5047399Z         PASS [   0.128s] ( 510/1095) spt-daemon::digest harness_hosted_digest_projects_and_pushes_deltas
2026-06-16T08:27:29.7954835Z         PASS [   0.301s] ( 511/1095) spt-daemon::dispatch dispatcher_serves_a_subnet_serve_probe
2026-06-16T08:27:29.8122087Z         PASS [   0.386s] ( 512/1095) spt-daemon::dispatch dispatcher_serves_a_file_fetch_undriven
2026-06-16T08:27:29.8321446Z         PASS [   0.653s] ( 513/1095) spt-daemon::access whitelist_refuses_exempts_replies_and_admits_listed
2026-06-16T08:27:29.8800682Z         PASS [   0.492s] ( 514/1095) spt-daemon::dispatch dispatcher_applies_a_notif_feed_undriven
2026-06-16T08:27:29.8944194Z         PASS [   0.014s] ( 515/1095) spt-daemon::handoff brain_restart_survives_gaplessly_with_fresh_gen_start
2026-06-16T08:27:29.8963143Z         PASS [   0.444s] ( 516/1095) spt-daemon::dispatch dispatcher_serves_a_remote_drive_attach_undriven
2026-06-16T08:27:29.9926793Z         PASS [   0.196s] ( 517/1095) spt-daemon::dispatch dispatcher_serves_an_update_pull_undriven
2026-06-16T08:27:30.0395960Z         PASS [   0.636s] ( 518/1095) spt-daemon::dispatch dispatcher_serves_a_cross_node_shell_link
2026-06-16T08:27:30.1139955Z         PASS [   0.074s] ( 519/1095) spt-daemon::netbroker brain_dials_second_broker_over_loopback
2026-06-16T08:27:30.1351215Z         PASS [   0.630s] ( 520/1095) spt-daemon::dispatch dispatcher_serves_a_sync_pull_undriven
2026-06-16T08:27:30.1420698Z         PASS [   0.028s] ( 521/1095) spt-daemon::netbroker broker_owns_endpoint_and_reports_status
2026-06-16T08:27:30.1548420Z         PASS [   0.020s] ( 522/1095) spt-daemon::netbroker netless_broker_probes_gracefully
2026-06-16T08:27:30.1831641Z         PASS [   0.028s] ( 523/1095) spt-daemon::netbroker unknown_net_frame_is_reported_not_fatal
2026-06-16T08:27:30.1907674Z         PASS [   0.821s] ( 524/1095) spt-daemon::daemon_e2e daemon_hosts_lifecycle_and_survives_brain_restart
2026-06-16T08:27:30.2014819Z         PASS [   0.807s] ( 525/1095) spt-daemon::dispatch dispatcher_funnels_wan_messages_undriven
2026-06-16T08:27:30.2795763Z         PASS [   0.138s] ( 526/1095) spt-daemon::netbroker replayed_dial_op_is_deduped_across_brain_restart
2026-06-16T08:27:30.3150917Z         PASS [   0.323s] ( 527/1095) spt-daemon::mesh staggered_offliner_still_meshes
2026-06-16T08:27:30.5071186Z         PASS [   0.611s] ( 528/1095) spt-daemon::mesh all_online_star_a_reaches_c_b_never_relays
2026-06-16T08:27:30.5097916Z         PASS [   0.195s] ( 529/1095) spt-daemon::presence presence_history_replays_from_zero_for_a_late_subscriber
2026-06-16T08:27:30.5344333Z         PASS [   0.255s] ( 530/1095) spt-daemon::pairjoin daemon_hosted_responder_pairs_a_loopback_joiner_end_to_end
2026-06-16T08:27:30.5824791Z         PASS [   0.750s] ( 531/1095) spt-daemon::dispatch dispatcher_survives_an_unknown_stream
2026-06-16T08:27:30.7096114Z         PASS [   0.202s] ( 532/1095) spt-daemon::presence presence_survives_brain_restart_with_cursor_resume
2026-06-16T08:27:30.7748571Z         PASS [   0.240s] ( 533/1095) spt-daemon::propagate rollback_offer_is_rejected_before_any_fetch
2026-06-16T08:27:30.7840702Z         PASS [   0.881s] ( 534/1095) spt-daemon::idempotent pty_writes_are_exactly_once_across_brain_crashes
2026-06-16T08:27:30.8419907Z         PASS [   0.132s] ( 535/1095) spt-daemon::propagate tampered_relay_artifact_is_rejected_and_never_staged
2026-06-16T08:27:30.8583113Z         PASS [   1.046s] ( 536/1095) spt-daemon::dispatch dispatcher_surfaces_a_remote_won_notif_at_the_winning_node
2026-06-16T08:27:30.8912496Z         PASS [   0.117s] ( 537/1095) spt-daemon::propagate untrusted_origin_gets_no_offer
2026-06-16T08:27:31.0489150Z         PASS [   0.272s] ( 538/1095) spt-daemon::propagate update_set_propagates_selected_platform_artifact
2026-06-16T08:27:31.0603958Z         PASS [   0.859s] ( 539/1095) spt-daemon::notifsync notif_spools_converge_over_the_wire_and_dismiss_replicates
2026-06-16T08:27:31.0650634Z         PASS [   0.483s] ( 540/1095) spt-daemon::propagate status_query_drives_the_convergence_table_end_to_end
2026-06-16T08:27:31.0711033Z         PASS [   0.561s] ( 541/1095) spt-daemon::propagate chain_self_heal_propagates_with_gate_at_every_hop
2026-06-16T08:27:31.0782624Z         PASS [   0.187s] ( 542/1095) spt-daemon::replicate registries_converge_over_the_wire_and_the_lease_holds
2026-06-16T08:27:31.1061821Z         PASS [   0.915s] ( 543/1095) spt-daemon::netstream sender_brain_restart_redrive_is_exactly_once
2026-06-16T08:27:31.2255647Z         PASS [   1.042s] ( 544/1095) spt-daemon::netstream receiver_brain_restart_is_gapless_and_exactly_once
2026-06-16T08:27:31.2412989Z         PASS [   0.192s] ( 545/1095) spt-daemon::reseed benign_offliner_is_reseeded_across_a_rotation
2026-06-16T08:27:31.2930165Z         PASS [   0.187s] ( 546/1095) spt-daemon::rosterprop roster_exchange_never_leaks_unproven_subnets
2026-06-16T08:27:31.3148161Z         PASS [   0.089s] ( 547/1095) spt-daemon::rosterprop roster_propagates_transitively_on_connect
2026-06-16T08:27:31.4161986Z         PASS [   0.574s] ( 548/1095) spt-daemon::pump pump_and_dispatch_self_drive_the_subnet
2026-06-16T08:27:31.4202073Z         PASS [   0.105s] ( 549/1095) spt-daemon::seedproofx proven_verdict_is_the_shared_set
2026-06-16T08:27:31.4205374Z         PASS [   0.179s] ( 550/1095) spt-daemon::seedproofx both_members_prove_and_cache_the_shared_subnet
2026-06-16T08:27:31.4685886Z         PASS [   0.611s] ( 551/1095) spt-daemon::pumpdeadline pump_brain_times_out_when_broker_never_replies
2026-06-16T08:27:31.5334724Z         PASS [   0.113s] ( 552/1095) spt-daemon::shellchan hung_shell_stalls_no_other_owner
2026-06-16T08:27:31.6072666Z         PASS [   0.187s] ( 553/1095) spt-daemon::shellchan stdin_receipt_delivers_spooled_frames_exactly_once
2026-06-16T08:27:31.9008078Z         PASS [   0.823s] ( 554/1095) spt-daemon::resume resume_mode_brain_spawning_new_sessions_delivers_each
2026-06-16T08:27:31.9837314Z         PASS [   0.083s] ( 555/1095) spt-daemon::two_origin_spanning one_source_two_consumers_spans_and_merges
2026-06-16T08:27:31.9939349Z         PASS [   0.010s] ( 556/1095) spt-daemon::twohost two_host_ladder_role_a
2026-06-16T08:27:32.0029320Z         PASS [   0.009s] ( 557/1095) spt-daemon::twohost two_host_ladder_role_b
2026-06-16T08:27:32.0490144Z         PASS [   0.515s] ( 558/1095) spt-daemon::sync torn_pull_recovers_by_repulling
2026-06-16T08:27:32.2548580Z         PASS [   0.252s] ( 559/1095) spt-daemon::wanmsg receiver_restart_replays_feed_without_double_delivery
2026-06-16T08:27:32.3172022Z         PASS [   0.268s] ( 560/1095) spt-daemon::wanmsg wan_message_lands_exactly_once_under_transport_origin
2026-06-16T08:27:32.3608170Z         PASS [   0.106s] ( 561/1095) spt-daemon::wanmsg wan_user_msg_from_unproven_origin_is_restamped_at_the_funnel
2026-06-16T08:27:32.5654545Z         PASS [   0.205s] ( 562/1095) spt-daemon::xfer push_survives_target_brain_restart_exactly_once
2026-06-16T08:27:32.5704187Z         PASS [   0.253s] ( 563/1095) spt-daemon::xfer fetch_lands_byte_identical_with_progress_both_ends
2026-06-16T08:27:32.5725537Z         PASS [   0.007s] ( 564/1095) spt-live context::tests::direct_always_writes
2026-06-16T08:27:32.5778926Z         PASS [   0.005s] ( 565/1095) spt-live context::tests::llm_over_llm_writes
2026-06-16T08:27:32.5790579Z         PASS [   0.008s] ( 566/1095) spt-live context::tests::identified_write_stamps_advancing_vector
2026-06-16T08:27:32.5835820Z         PASS [   0.006s] ( 567/1095) spt-live context::tests::llm_past_window_writes
2026-06-16T08:27:32.5846506Z         PASS [   0.006s] ( 568/1095) spt-live context::tests::llm_within_window_suppressed
2026-06-16T08:27:32.5893231Z         PASS [   0.006s] ( 569/1095) spt-live context::tests::pre_identity_write_stamps_v1_shape
2026-06-16T08:27:32.5908796Z         PASS [   0.006s] ( 570/1095) spt-live context::tests::write_context_suppresses_stale_llm
2026-06-16T08:27:32.6168609Z         PASS [   0.026s] ( 571/1095) spt-live digest::tests::extracts_records_from_the_located_source
2026-06-16T08:27:32.6419705Z         PASS [   0.025s] ( 572/1095) spt-live digest::tests::falls_back_to_history_locate_template
2026-06-16T08:27:32.6476143Z         PASS [   0.006s] ( 573/1095) spt-live digest::tests::missing_source_file_is_read_error
2026-06-16T08:27:32.6527192Z         PASS [   0.005s] ( 574/1095) spt-live digest::tests::no_source_errors
2026-06-16T08:27:32.6825868Z         PASS [   0.030s] ( 575/1095) spt-live echo::tests::echo_child_is_recursion_guarded
2026-06-16T08:27:32.7094515Z         PASS [   0.027s] ( 576/1095) spt-live echo::tests::echo_consumes_history_and_writes_commune
2026-06-16T08:27:32.7360488Z         PASS [   0.026s] ( 577/1095) spt-live echo::tests::echo_nonzero_errors
2026-06-16T08:27:32.7414319Z         PASS [   0.005s] ( 578/1095) spt-live echo::tests::provenance_is_stamped
2026-06-16T08:27:32.7454393Z         PASS [   1.138s] ( 579/1095) spt-daemon::sync two_tier_sync_lands_and_gate_refuses_server_side
2026-06-16T08:27:32.7714810Z         PASS [   0.026s] ( 580/1095) spt-live history::tests::fetcher_yields_records
2026-06-16T08:27:32.7976509Z         PASS [   0.026s] ( 581/1095) spt-live history::tests::locate_normalize_reads_and_normalizes
2026-06-16T08:27:32.8029805Z         PASS [   0.005s] ( 582/1095) spt-live history::tests::missing_fetcher_field_errors
2026-06-16T08:27:32.8081336Z         PASS [   0.005s] ( 583/1095) spt-live history::tests::native_missing_log_is_empty
2026-06-16T08:27:32.8137186Z         PASS [   0.006s] ( 584/1095) spt-live history::tests::native_reads_logged_records
2026-06-16T08:27:32.8166056Z         PASS [   1.348s] ( 585/1095) spt-daemon::sync concurrent_writes_reconcile_on_elected_node_and_converge
2026-06-16T08:27:32.8977176Z         PASS [   0.308s] ( 586/1095) spt-live digest::tests::extractor_timeout_errors
2026-06-16T08:27:32.9490377Z         PASS [   0.132s] ( 587/1095) spt-live ingest::tests::commune_drop_is_ingested_and_deleted
2026-06-16T08:27:32.9546999Z         PASS [   0.006s] ( 588/1095) spt-live ingest::tests::no_drops_is_empty
2026-06-16T08:27:32.9879475Z         PASS [   0.174s] ( 589/1095) spt-live ingest::tests::both_drops_ingested
2026-06-16T08:27:33.0303522Z         PASS [   0.133s] ( 590/1095) spt-live ingest::tests::ingest_never_writes_the_live_role
2026-06-16T08:27:33.0361437Z         PASS [   0.006s] ( 591/1095) spt-live inject::tests::long_body_is_capped
2026-06-16T08:27:33.0417398Z         PASS [   0.006s] ( 592/1095) spt-live inject::tests::missing_perch_is_best_effort
2026-06-16T08:27:33.0451287Z         PASS [   0.090s] ( 593/1095) spt-live ingest::tests::stale_commune_suppressed_but_deleted
2026-06-16T08:27:33.0476711Z         PASS [   0.006s] ( 594/1095) spt-live inject::tests::tap_appends_a_context_entry
2026-06-16T08:27:33.0487662Z         PASS [   0.307s] ( 595/1095) spt-live history::tests::fetcher_timeout_errors
2026-06-16T08:27:33.0505167Z         PASS [   0.005s] ( 596/1095) spt-live outbound::tests::empty_body_parses_to_empty_intent
2026-06-16T08:27:33.0530536Z         PASS [   0.005s] ( 597/1095) spt-live outbound::tests::malformed_and_chunk_lines_are_skipped
2026-06-16T08:27:33.0538374Z         PASS [   0.005s] ( 598/1095) spt-live outbound::tests::non_authorable_types_are_ignored
2026-06-16T08:27:33.0556588Z         PASS [   0.005s] ( 599/1095) spt-live outbound::tests::parses_reply_and_notify_in_order
2026-06-16T08:27:33.0581664Z         PASS [   0.005s] ( 600/1095) spt-live outbound::tests::prose_only_yields_nothing
2026-06-16T08:27:33.0591392Z         PASS [   0.005s] ( 601/1095) spt-live outbound::tests::spoofed_routing_attrs_are_unrepresentable
2026-06-16T08:27:33.0606608Z         PASS [   0.005s] ( 602/1095) spt-live psyche::tests::prompt_includes_time_and_event
2026-06-16T08:27:33.0635194Z         PASS [   0.005s] ( 603/1095) spt-live psyche::tests::prompt_without_event
2026-06-16T08:27:33.0664412Z         PASS [   0.006s] ( 604/1095) spt-live pulse::tests::echo_gate_fires_exactly_once
2026-06-16T08:27:33.0720985Z         PASS [   0.006s] ( 605/1095) spt-live pulse::tests::tick_reports_idle
2026-06-16T08:27:33.0861182Z         PASS [   0.027s] ( 606/1095) spt-live psyche::tests::spawn_binds_nested_perch_and_sets_guard
2026-06-16T08:27:33.1046110Z         PASS [   2.040s] ( 607/1095) spt-daemon::resume cold_start_resumes_all_sessions_from_the_broker_cursor
2026-06-16T08:27:33.1767321Z         PASS [   0.091s] ( 608/1095) spt-live reconcile::tests::no_conflict_is_a_noop
2026-06-16T08:27:33.1955969Z         PASS [   0.132s] ( 609/1095) spt-live pulse::tests::tick_ingests_drops
2026-06-16T08:27:33.2224082Z         PASS [   0.027s] ( 610/1095) spt-live resume::tests::continue_existing_resumes_session
2026-06-16T08:27:33.2260430Z         PASS [   0.154s] ( 611/1095) spt-live reconcile::tests::failed_turn_preserves_everything
2026-06-16T08:27:33.2365229Z         PASS [   0.248s] ( 612/1095) spt-live ingest::tests::two_slice_drop_routes_per_tier
2026-06-16T08:27:33.2633148Z         PASS [   0.027s] ( 613/1095) spt-live resume::tests::fresh_with_preload_launches_preloaded
2026-06-16T08:27:33.2693200Z         PASS [   0.006s] ( 614/1095) spt-live resume::tests::missing_key_errors_before_spawn
2026-06-16T08:27:33.2935014Z         PASS [   2.233s] ( 615/1095) spt-daemon::reseed revoked_node_is_denied_and_never_reseeded
2026-06-16T08:27:33.2985933Z         PASS [   0.005s] ( 616/1095) spt-live signoff::tests::echo_precedes_signoff_compose
2026-06-16T08:27:33.3032875Z         PASS [   0.005s] ( 617/1095) spt-live signoff::tests::missing_session_skips_echo
2026-06-16T08:27:33.3087071Z         PASS [   0.005s] ( 618/1095) spt-live signoff::tests::recovered_self_is_not_signed_off
2026-06-16T08:27:33.3145391Z         PASS [   0.006s] ( 619/1095) spt-live signoff::tests::stale_signoff_swept
2026-06-16T08:27:33.3222709Z         PASS [   0.218s] ( 620/1095) spt-live reconcile::tests::reconcile_merges_and_clears
2026-06-16T08:27:33.3315169Z         PASS [   0.155s] ( 621/1095) spt-live reconcile::tests::suppressed_write_preserves_artifacts
2026-06-16T08:27:33.3401860Z         PASS [   0.026s] ( 622/1095) spt-live turn::tests::empty_stdout_is_an_error
2026-06-16T08:27:33.3448729Z         PASS [   0.005s] ( 623/1095) spt-msg deliver::tests::deferred_send_validates
2026-06-16T08:27:33.3481931Z         PASS [   0.026s] ( 624/1095) spt-live turn::tests::turn_captures_stdout
2026-06-16T08:27:33.3657215Z         PASS [   0.143s] ( 625/1095) spt-live resume::tests::download_composes_two_tiers
2026-06-16T08:27:33.4214174Z         PASS [   0.195s] ( 626/1095) spt-live resume::tests::download_renders_role_first_then_live_then_project
2026-06-16T08:27:33.4336969Z         PASS [   0.102s] ( 627/1095) spt-msg deliver::tests::deferred_send_skips_stream_drain_survives_for_hook
2026-06-16T08:27:33.4389517Z         PASS [   0.005s] ( 628/1095) spt-msg emit::tests::anonymous_still_enveloped
2026-06-16T08:27:33.4442079Z         PASS [   0.005s] ( 629/1095) spt-msg emit::tests::multiline_body_escapes_and_round_trips
2026-06-16T08:27:33.4495728Z         PASS [   0.005s] ( 630/1095) spt-msg emit::tests::oversized_listener_line_chunks_into_event_parts
2026-06-16T08:27:33.4544450Z         PASS [   0.005s] ( 631/1095) spt-msg emit::tests::structural_renders_msg_envelope
2026-06-16T08:27:33.4599352Z         PASS [   0.005s] ( 632/1095) spt-msg emit::tests::typed_body_from_wins_over_structural_from_no_double_wrap
2026-06-16T08:27:33.4631427Z         PASS [   2.170s] ( 633/1095) spt-daemon::seedproofx no_shared_subnet_is_dropped
2026-06-16T08:27:33.4642879Z         PASS [   0.004s] ( 634/1095) spt-msg emit::tests::user_msg_envelope_renders_verbatim_on_both_edges
2026-06-16T08:27:33.4683472Z         PASS [   0.005s] ( 635/1095) spt-msg emit::tests::whole_render_never_chunks
2026-06-16T08:27:33.4720808Z         PASS [   0.127s] ( 636/1095) spt-msg deliver::tests::offline_existing_perch_spools
2026-06-16T08:27:33.4871992Z         PASS [   0.121s] ( 637/1095) spt-msg deliver::tests::recycled_pid_address_does_not_misdeliver
2026-06-16T08:27:33.4949533Z         PASS [   0.147s] ( 638/1095) spt-msg deliver::tests::online_delivers_via_tcp_without_spooling
2026-06-16T08:27:33.5182085Z         PASS [   0.097s] ( 639/1095) spt-msg deliver::tests::send_outcome_mapping
2026-06-16T08:27:33.5350804Z         PASS [   2.119s] ( 640/1095) spt-daemon::seedproofx wrong_seed_is_dropped
2026-06-16T08:27:33.5383932Z         PASS [   0.269s] ( 641/1095) spt-live signoff::tests::boundary_writes_resume_commune
2026-06-16T08:27:33.5613726Z         PASS [   0.097s] ( 642/1095) spt-msg listener::tests::bind_registers_and_round_trips
2026-06-16T08:27:33.5765788Z         PASS [   0.089s] ( 643/1095) spt-msg listener::tests::drop_unregisters_address
2026-06-16T08:27:33.5827810Z         PASS [   0.006s] ( 644/1095) spt-msg ring::tests::ring_no_perch
2026-06-16T08:27:33.5963441Z         PASS [   0.128s] ( 645/1095) spt-msg listener::tests::blocking_accepts_within_window
2026-06-16T08:27:33.6620940Z         PASS [   0.190s] ( 646/1095) spt-msg listener::tests::blocking_times_out_when_idle
2026-06-16T08:27:33.6676724Z         PASS [   0.006s] ( 647/1095) spt-msg wire::tests::decode_rejects_overrunning_from_len
2026-06-16T08:27:33.6728168Z         PASS [   0.005s] ( 648/1095) spt-msg wire::tests::encode_decode_round_trips_structural
2026-06-16T08:27:33.6779242Z         PASS [   0.005s] ( 649/1095) spt-msg wire::tests::encode_empty_from_is_anonymous
2026-06-16T08:27:33.6833074Z         PASS [   0.005s] ( 650/1095) spt-msg wire::tests::frame_round_trips_over_loopback
2026-06-16T08:27:33.6887468Z         PASS [   0.005s] ( 651/1095) spt-msg wire::tests::oversized_length_prefix_rejected
2026-06-16T08:27:33.6934295Z         PASS [   0.155s] ( 652/1095) spt-msg ready::tests::start_registers_resolvable_perch
2026-06-16T08:27:33.6937768Z         PASS [   0.005s] ( 653/1095) spt-msg wire::tests::typed_event_body_rides_verbatim
2026-06-16T08:27:33.7016907Z         PASS [   0.207s] ( 654/1095) spt-msg ready::tests::backlog_drains_on_start
2026-06-16T08:27:33.7122213Z         PASS [   0.194s] ( 655/1095) spt-msg ready::tests::recv_gets_live_tcp_message
2026-06-16T08:27:33.7200599Z         PASS [   0.018s] ( 656/1095) spt-net net::attach::tests::attach_intents_round_trip
2026-06-16T08:27:33.7212207Z         PASS [   0.009s] ( 657/1095) spt-net net::attach::tests::kick_take_and_displaced_round_trip
2026-06-16T08:27:33.7235180Z         PASS [   0.188s] ( 658/1095) spt-msg ready::tests::soft_cleanup_preserves_spool_and_info
2026-06-16T08:27:33.7290020Z         PASS [   0.008s] ( 659/1095) spt-net net::attach::tests::record_split_across_chunks_reassembles
2026-06-16T08:27:33.7303443Z         PASS [   0.009s] ( 660/1095) spt-net net::attach::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-16T08:27:33.7313740Z         PASS [   0.008s] ( 661/1095) spt-net net::attach::tests::request_without_intent_defaults_to_control
2026-06-16T08:27:33.7425085Z         PASS [   0.012s] ( 662/1095) spt-net net::endpoint::tests::keep_alive_is_under_idle_timeout
2026-06-16T08:27:33.7516702Z         PASS [   0.009s] ( 663/1095) spt-net net::mesh::seedproof::tests::cross_connection_replay_fails
2026-06-16T08:27:33.7549713Z         PASS [   0.172s] ( 664/1095) spt-msg ring::tests::ring_offline_target_queues_and_cleans_up
2026-06-16T08:27:33.7603177Z         PASS [   0.008s] ( 665/1095) spt-net net::mesh::seedproof::tests::forged_proof_fails
2026-06-16T08:27:33.7625136Z         PASS [   0.007s] ( 666/1095) spt-net net::mesh::seedproof::tests::frame_codec_round_trips_and_rejects_garbage
2026-06-16T08:27:33.7681183Z         PASS [   0.207s] ( 667/1095) spt-msg ring::tests::ring_gets_reply_and_cleans_up
2026-06-16T08:27:33.7697536Z         PASS [   0.010s] ( 668/1095) spt-net net::mesh::seedproof::tests::hello_frame_round_trips_and_rejects_malformed
2026-06-16T08:27:33.7703580Z         PASS [   0.008s] ( 669/1095) spt-net net::mesh::seedproof::tests::mk_derivation_is_deterministic_and_input_sensitive
2026-06-16T08:27:33.7768656Z         PASS [   0.009s] ( 670/1095) spt-net net::mesh::seedproof::tests::mutual_requires_both_sides
2026-06-16T08:27:33.7775157Z         PASS [   0.008s] ( 671/1095) spt-net net::mesh::seedproof::tests::proofset_frame_round_trips_and_rejects_malformed
2026-06-16T08:27:33.7784349Z         PASS [   0.008s] ( 672/1095) spt-net net::mesh::seedproof::tests::valid_proof_verifies_and_roles_differ
2026-06-16T08:27:33.7855737Z         PASS [   0.008s] ( 673/1095) spt-net net::mesh::seedproof::tests::wrong_subnet_fails
2026-06-16T08:27:33.7856813Z         PASS [   0.009s] ( 674/1095) spt-net net::mesh::seedproof::tests::wrong_epoch_fails
2026-06-16T08:27:33.7857866Z         PASS [   0.007s] ( 675/1095) spt-net net::notif::tests::forged_origin_field_is_inert
2026-06-16T08:27:33.7942690Z         PASS [   0.009s] ( 676/1095) spt-net net::notif::tests::record_split_across_chunks_reassembles
2026-06-16T08:27:33.7943687Z         PASS [   0.009s] ( 677/1095) spt-net net::notif::tests::record_round_trips_and_unknown_kind_is_skipped
2026-06-16T08:27:33.7952334Z         PASS [   0.009s] ( 678/1095) spt-net net::pairing::meet::tests::derived_identity_is_deterministic_and_input_bound
2026-06-16T08:27:33.8023607Z         PASS [   0.008s] ( 679/1095) spt-net net::pairing::meet::tests::key_seed_is_not_the_token
2026-06-16T08:27:33.8048768Z         PASS [   0.010s] ( 680/1095) spt-net net::pairing::meet::tests::skewed_window_contains_the_listener_id
2026-06-16T08:27:33.8099432Z         PASS [   0.007s] ( 681/1095) spt-net net::pairing::ntp::tests::offset_applies_signed_and_saturates
2026-06-16T08:27:33.8100434Z         PASS [   0.082s] ( 682/1095) spt-net net::endpoint::tests::endpoint_id_binds_to_identity
2026-06-16T08:27:33.8127315Z         PASS [   0.008s] ( 683/1095) spt-net net::pairing::ntp::tests::parse_rejects_short_and_zeroed_replies
2026-06-16T08:27:33.8177982Z         PASS [   0.008s] ( 684/1095) spt-net net::pairing::ntp::tests::sntp_query_reads_the_transmit_timestamp
2026-06-16T08:27:33.8212324Z         PASS [   0.008s] ( 685/1095) spt-net net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged
2026-06-16T08:27:33.8245443Z         PASS [   0.007s] ( 686/1095) spt-net net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps
2026-06-16T08:27:33.8318493Z         PASS [   0.007s] ( 687/1095) spt-net net::pairing::ratelimit::tests::failures_impose_exponential_backoff
2026-06-16T08:27:33.8320064Z         PASS [   0.011s] ( 688/1095) spt-net net::pairing::ratelimit::tests::backoff_is_per_subnet
2026-06-16T08:27:33.8394544Z         PASS [   0.007s] ( 689/1095) spt-net net::pairing::ratelimit::tests::one_active_ceremony_per_subnet
2026-06-16T08:27:33.8397358Z         PASS [   0.008s] ( 690/1095) spt-net net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets
2026-06-16T08:27:33.8458065Z         PASS [   0.006s] ( 691/1095) spt-net net::pairing::ratelimit::tests::success_clears_accumulated_backoff
2026-06-16T08:27:33.8473247Z         PASS [   0.007s] ( 692/1095) spt-net net::pairing::rendezvous::tests::distinct_same_length_names_diverge
2026-06-16T08:27:33.8520583Z         PASS [   0.006s] ( 693/1095) spt-net net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision
2026-06-16T08:27:33.8550741Z         PASS [   0.008s] ( 694/1095) spt-net net::pairing::rendezvous::tests::token_is_deterministic
2026-06-16T08:27:33.8588498Z         PASS [   0.007s] ( 695/1095) spt-net net::pairing::rendezvous::tests::token_varies_with_name_and_step
2026-06-16T08:27:33.8631562Z         PASS [   0.008s] ( 696/1095) spt-net net::pairing::rendezvous::tests::window_is_three_adjacent_tokens
2026-06-16T08:27:33.8664496Z         PASS [   0.135s] ( 697/1095) spt-net net::endpoint::tests::two_endpoints_loopback_echo
2026-06-16T08:27:33.9105645Z         PASS [   0.116s] ( 698/1095) spt-net net::pairing::meet::tests::meet_redirects_joiner_to_the_real_pairing_endpoint
2026-06-16T08:27:33.9183019Z         PASS [   0.055s] ( 699/1095) spt-net net::pairing::spake::tests::reflected_role_is_rejected_by_pake
2026-06-16T08:27:33.9490124Z         PASS [   0.089s] ( 700/1095) spt-net net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key
2026-06-16T08:27:33.9540573Z         PASS [   0.258s] ( 701/1095) spt-msg::killer_quickstart offline_then_online_delivers_backlog
2026-06-16T08:27:33.9612146Z         PASS [   0.094s] ( 702/1095) spt-net net::pairing::spake::tests::stale_epoch_fails
2026-06-16T08:27:33.9925691Z         PASS [   0.396s] ( 703/1095) spt-msg ring::tests::ring_timeout_cleans_up
2026-06-16T08:27:34.0010492Z         PASS [   0.008s] ( 704/1095) spt-net net::pairing::totp::tests::code_at_is_six_zero_padded_digits
2026-06-16T08:27:34.0039916Z         PASS [   0.093s] ( 705/1095) spt-net net::pairing::spake::tests::stale_step_fails
2026-06-16T08:27:34.0090134Z         PASS [   0.008s] ( 706/1095) spt-net net::pairing::totp::tests::debug_redacts_seed
2026-06-16T08:27:34.0122675Z         PASS [   0.008s] ( 707/1095) spt-net net::pairing::totp::tests::generated_seeds_are_distinct
2026-06-16T08:27:34.0130006Z         PASS [   0.095s] ( 708/1095) spt-net net::pairing::spake::tests::substituted_pubkey_fails
2026-06-16T08:27:34.0166757Z         PASS [   0.008s] ( 709/1095) spt-net net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors
2026-06-16T08:27:34.0203941Z         PASS [   0.008s] ( 710/1095) spt-net net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded
2026-06-16T08:27:34.0216047Z         PASS [   0.008s] ( 711/1095) spt-net net::pairing::totp::tests::seed_round_trips_through_base32
2026-06-16T08:27:34.0247488Z         PASS [   0.008s] ( 712/1095) spt-net net::pairing::totp::tests::time_step_is_floor_unix_over_period
2026-06-16T08:27:34.0282049Z         PASS [   0.008s] ( 713/1095) spt-net net::pairing::totp::tests::window_accepts_plus_minus_one_only
2026-06-16T08:27:34.0322845Z         PASS [   0.008s] ( 714/1095) spt-net net::pairing::transcript::tests::diverged_shared_secret_fails_verification
2026-06-16T08:27:34.0347477Z         PASS [   0.009s] ( 715/1095) spt-net net::pairing::transcript::tests::each_bound_field_changes_the_tag
2026-06-16T08:27:34.0372384Z         PASS [   0.009s] ( 716/1095) spt-net net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision
2026-06-16T08:27:34.0393466Z         PASS [   0.009s] ( 717/1095) spt-net net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ
2026-06-16T08:27:34.0401188Z         PASS [   0.087s] ( 718/1095) spt-net net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake
2026-06-16T08:27:34.0428933Z         PASS [   0.009s] ( 719/1095) spt-net net::pairing::transcript::tests::message_order_is_bound
2026-06-16T08:27:34.0437728Z         PASS [   0.096s] ( 720/1095) spt-net net::pairing::spake::tests::tampered_tag_fails
2026-06-16T08:27:34.0442694Z         PASS [   0.350s] ( 721/1095) spt-msg::killer_quickstart two_agents_exchange_message_tcp_and_spool
2026-06-16T08:27:34.0463208Z         PASS [   0.009s] ( 722/1095) spt-net net::pairing::transcript::tests::pake_identity_binds_role_and_context
2026-06-16T08:27:34.0517902Z         PASS [   0.009s] ( 723/1095) spt-net net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage
2026-06-16T08:27:34.0527818Z         PASS [   0.009s] ( 724/1095) spt-net net::pairing::wire::tests::hello_intro_is_additive_and_roundtrips
2026-06-16T08:27:34.0572550Z         PASS [   0.096s] ( 725/1095) spt-net net::pairing::spake::tests::wrong_subnet_fails
2026-06-16T08:27:34.0605325Z         PASS [   0.009s] ( 726/1095) spt-net net::pairing::wire::tests::seed_frame_roster_is_additive_and_roundtrips
2026-06-16T08:27:34.1167923Z         PASS [   0.077s] ( 727/1095) spt-net net::pairing::wire::tests::busy_subnet_refuses_ceremony
2026-06-16T08:27:34.1243727Z         PASS [   0.314s] ( 728/1095) spt-net net::pairing::ntp::tests::unreachable_server_falls_back
2026-06-16T08:27:34.1328071Z         PASS [   0.012s] ( 729/1095) spt-net net::registry::tests::advertise_if_visible_gates_before_join
2026-06-16T08:27:34.1387067Z         PASS [   0.014s] ( 730/1095) spt-net net::registry::tests::distinct_nodes_are_separate_instances
2026-06-16T08:27:34.1398791Z         PASS [   0.011s] ( 731/1095) spt-net net::registry::tests::equal_epoch_replay_is_stale_noop
2026-06-16T08:27:34.1455724Z         PASS [   0.088s] ( 732/1095) spt-net net::pairing::wire::tests::unknown_subnet_is_rejected
2026-06-16T08:27:34.1512778Z         PASS [   0.010s] ( 733/1095) spt-net net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin
2026-06-16T08:27:34.1570076Z         PASS [   0.104s] ( 734/1095) spt-net net::pairing::wire::tests::stale_step_is_rejected
2026-06-16T08:27:34.1611497Z         PASS [   0.020s] ( 735/1095) spt-net net::registry::tests::evicting_dead_node_clears_phantom_ambiguity
2026-06-16T08:27:34.1640219Z         PASS [   0.010s] ( 736/1095) spt-net net::registry::tests::join_collides_even_with_offline_holder
2026-06-16T08:27:34.1686777Z         PASS [   0.010s] ( 737/1095) spt-net net::registry::tests::join_colliding_id_on_other_node_refuses_untouched
2026-06-16T08:27:34.1725625Z         PASS [   0.027s] ( 738/1095) spt-net net::registry::tests::exclusion_prunes_cross_subnet_ambiguity
2026-06-16T08:27:34.1738657Z         PASS [   0.013s] ( 739/1095) spt-net net::registry::tests::join_same_name_in_different_subnet_is_legal
2026-06-16T08:27:34.1814307Z         PASS [   0.023s] ( 740/1095) spt-net net::registry::tests::join_fresh_id_is_inserted
2026-06-16T08:27:34.1853329Z         PASS [   0.018s] ( 741/1095) spt-net net::registry::tests::join_same_node_falls_through_to_lease
2026-06-16T08:27:34.1900805Z         PASS [   0.015s] ( 742/1095) spt-net net::registry::tests::newer_epoch_supersedes_same_node
2026-06-16T08:27:34.2000261Z         PASS [   0.018s] ( 743/1095) spt-net net::registry::tests::node_level_label_lease_persist_prune_and_serde
2026-06-16T08:27:34.2040061Z         PASS [   0.015s] ( 744/1095) spt-net net::registry::tests::presence_datum_rides_the_lease_and_serde
2026-06-16T08:27:34.2069947Z         PASS [   0.031s] ( 745/1095) spt-net net::registry::tests::node_label_rides_the_lease_and_serde
2026-06-16T08:27:34.2099546Z         PASS [   0.023s] ( 746/1095) spt-net net::registry::tests::node_qualifier_accepts_label_and_prefix_refuses_shared
2026-06-16T08:27:34.2140243Z         PASS [   0.009s] ( 747/1095) spt-net net::registry::tests::rename_collision_refuses_whole_ripple
2026-06-16T08:27:34.2141210Z         PASS [   0.014s] ( 748/1095) spt-net net::registry::tests::registry_serde_roundtrips
2026-06-16T08:27:34.2142133Z         PASS [   0.009s] ( 749/1095) spt-net net::registry::tests::rename_ripples_rows_across_advertised_subnets
2026-06-16T08:27:34.2151789Z         PASS [   0.169s] ( 750/1095) spt-net net::pairing::wire::tests::repair_member_keeps_seed
2026-06-16T08:27:34.2176332Z         PASS [   0.178s] ( 751/1095) spt-net net::pairing::wire::tests::create_new_then_join_learns_named_subnet
2026-06-16T08:27:34.2183950Z         PASS [   0.009s] ( 752/1095) spt-net net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses
2026-06-16T08:27:34.2220384Z         PASS [   0.176s] ( 753/1095) spt-net net::pairing::wire::tests::loopback_pairs_and_transfers_seed_and_roster
2026-06-16T08:27:34.2237588Z         PASS [   0.010s] ( 754/1095) spt-net net::registry::tests::resolve_across_subnet_qualified_routes_there
2026-06-16T08:27:34.2268033Z         PASS [   0.009s] ( 755/1095) spt-net net::registry::tests::resolve_multiple_live_nodes_refuses
2026-06-16T08:27:34.2307392Z         PASS [   0.014s] ( 756/1095) spt-net net::registry::tests::resolve_across_unique_id_resolves
2026-06-16T08:27:34.2331060Z         PASS [   0.008s] ( 757/1095) spt-net net::registry::tests::resolve_sole_live_remote_and_skips_offline
2026-06-16T08:27:34.2354590Z         PASS [   0.009s] ( 758/1095) spt-net net::registry::tests::resolve_prefers_local_instance
2026-06-16T08:27:34.2355640Z         PASS [   0.012s] ( 759/1095) spt-net net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found
2026-06-16T08:27:34.2356880Z         PASS [   0.009s] ( 760/1095) spt-net net::registry::tests::resource_projection_filters_hidden_and_offline
2026-06-16T08:27:34.2358125Z         PASS [   0.014s] ( 761/1095) spt-net net::registry::tests::resource_blurb_rides_the_lease_and_serde
2026-06-16T08:27:34.2359496Z         PASS [   0.010s] ( 762/1095) spt-net net::registry::tests::stale_active_cannot_clobber_newer_offline
2026-06-16T08:27:34.2360658Z         PASS [   0.009s] ( 763/1095) spt-net net::replicate::tests::apply_routes_by_subnet_and_drops_non_member
2026-06-16T08:27:34.2361814Z         PASS [   0.009s] ( 764/1095) spt-net net::replicate::tests::feed_carries_instances_and_node_labels_wire_compat
2026-06-16T08:27:34.2362997Z         PASS [   0.010s] ( 765/1095) spt-net net::registry::tests::suspended_is_addressable_and_roundtrips
2026-06-16T08:27:34.2364191Z         PASS [   0.009s] ( 766/1095) spt-net net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines
2026-06-16T08:27:34.2400240Z         PASS [   0.178s] ( 767/1095) spt-net net::pairing::wire::tests::wrong_code_fails_and_records_no_membership
2026-06-16T08:27:34.2470775Z         PASS [   0.010s] ( 768/1095) spt-net net::replicate::tests::update_round_trips_and_tolerates_unknown_field
2026-06-16T08:27:34.2471825Z         PASS [   0.009s] ( 769/1095) spt-net net::rest::tests::records_round_trip_and_degrade
2026-06-16T08:27:34.2507258Z         PASS [   0.009s] ( 770/1095) spt-net net::sync::tests::forged_origin_field_is_inert
2026-06-16T08:27:34.2516426Z         PASS [   0.010s] ( 771/1095) spt-net net::serveprobe::tests::records_round_trip_and_degrade
2026-06-16T08:27:34.2526448Z         PASS [   0.015s] ( 772/1095) spt-net net::replicate::tests::stale_wire_update_cannot_clobber_newer_state
2026-06-16T08:27:34.2527519Z         PASS [   0.010s] ( 773/1095) spt-net net::sync::tests::record_split_across_chunks_reassembles
2026-06-16T08:27:34.2528411Z         PASS [   0.010s] ( 774/1095) spt-net net::shelllink::tests::records_round_trip_and_degrade
2026-06-16T08:27:34.2544143Z         PASS [   0.010s] ( 775/1095) spt-net net::sync::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-16T08:27:34.2559876Z         PASS [   0.010s] ( 776/1095) spt-net net::update::tests::forged_origin_field_is_inert
2026-06-16T08:27:34.2561172Z         PASS [   0.009s] ( 777/1095) spt-net net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals
2026-06-16T08:27:34.2562253Z         PASS [   0.009s] ( 778/1095) spt-net net::wanmsg::tests::forged_origin_field_is_inert
2026-06-16T08:27:34.2579949Z         PASS [   0.009s] ( 779/1095) spt-net net::xfer::tests::record_split_across_chunks_reassembles
2026-06-16T08:27:34.2581746Z         PASS [   0.012s] ( 780/1095) spt-net net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field
2026-06-16T08:27:34.2598751Z         PASS [   0.013s] ( 781/1095) spt-net net::xfer::tests::forged_origin_field_is_inert
2026-06-16T08:27:34.2613493Z         PASS [   0.015s] ( 782/1095) spt-net net::update::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-16T08:27:34.2614986Z         PASS [   0.016s] ( 783/1095) spt-net net::update::tests::record_split_across_chunks_reassembles
2026-06-16T08:27:34.2619977Z         PASS [   0.007s] ( 784/1095) spt-proto addr::tests::display_round_trips
2026-06-16T08:27:34.2640608Z         PASS [   0.007s] ( 785/1095) spt-proto addr::tests::parses_every_qualifier_combination
2026-06-16T08:27:34.2674403Z         PASS [   0.005s] ( 786/1095) spt-proto addr::tests::rejects_doubled_delimiters
2026-06-16T08:27:34.2677556Z         PASS [   0.011s] ( 787/1095) spt-net net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-16T08:27:34.2679902Z         PASS [   0.007s] ( 788/1095) spt-proto chunk::tests::missing_middle_part_is_dropped
2026-06-16T08:27:34.2681005Z         PASS [   0.009s] ( 789/1095) spt-proto addr::tests::rejects_empty_or_bad_components
2026-06-16T08:27:34.2682260Z         PASS [   0.006s] ( 790/1095) spt-proto chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded
2026-06-16T08:27:34.2683437Z         PASS [   0.008s] ( 791/1095) spt-proto chunk::tests::malformed_parts_return_none
2026-06-16T08:27:34.2684478Z         PASS [   0.006s] ( 792/1095) spt-proto chunk::tests::reassemble_stream_handles_mixed_traffic
2026-06-16T08:27:34.2720030Z         PASS [   0.008s] ( 793/1095) spt-proto chunk::tests::orphan_group_without_head_is_dropped
2026-06-16T08:27:34.2721609Z         PASS [   0.005s] ( 794/1095) spt-proto chunk::tests::short_line_passes_through_unchunked
2026-06-16T08:27:34.2751086Z         PASS [   0.006s] ( 795/1095) spt-proto endpoint::tests::agent_vs_shell_split
2026-06-16T08:27:34.2751948Z         PASS [   0.005s] ( 796/1095) spt-proto endpoint::tests::shell_kind_round_trips
2026-06-16T08:27:34.2769764Z         PASS [   0.006s] ( 797/1095) spt-proto endpoint::tests::broker_and_node_families
2026-06-16T08:27:34.2790307Z         PASS [   0.006s] ( 798/1095) spt-proto endpoint::tests::unknown_tag_tolerated_and_preserved
2026-06-16T08:27:34.2809811Z         PASS [   0.008s] ( 799/1095) spt-proto endpoint::tests::day_one_tags_round_trip
2026-06-16T08:27:34.2811165Z         PASS [   0.005s] ( 800/1095) spt-proto envelope::tests::body_escape_is_cr_linesafe
2026-06-16T08:27:34.2812158Z         PASS [   0.006s] ( 801/1095) spt-proto envelope::tests::body_escape_unescape_round_trips_html_and_newlines
2026-06-16T08:27:34.2821048Z         PASS [   0.006s] ( 802/1095) spt-proto envelope::tests::from_attr_returns_none_on_garbage_or_empty
2026-06-16T08:27:34.2822365Z         PASS [   0.005s] ( 803/1095) spt-proto envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved
2026-06-16T08:27:34.2823460Z         PASS [   0.006s] ( 804/1095) spt-proto envelope::tests::from_attr_unescape_is_amp_last
2026-06-16T08:27:34.2824481Z         PASS [   0.005s] ( 805/1095) spt-proto envelope::tests::parser_no_tags_falls_back_whole_payload_to_live
2026-06-16T08:27:34.2839826Z         PASS [   0.005s] ( 806/1095) spt-proto envelope::tests::parser_out_of_order_tags_both_extracted
2026-06-16T08:27:34.2867141Z         PASS [   0.010s] ( 807/1095) spt-proto envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode
2026-06-16T08:27:34.2868196Z         PASS [   0.011s] ( 808/1095) spt-proto envelope::tests::parser_both_tags_present
2026-06-16T08:27:34.2869083Z         PASS [   0.005s] ( 809/1095) spt-proto event::tests::attr_decode_is_amp_last
2026-06-16T08:27:34.2892189Z         PASS [   0.005s] ( 810/1095) spt-proto event::tests::body_with_literal_event_tokens_round_trips
2026-06-16T08:27:34.2919188Z         PASS [   0.008s] ( 811/1095) spt-proto event::tests::attr_order_preserved
2026-06-16T08:27:34.2920663Z         PASS [   0.009s] ( 812/1095) spt-proto envelope::tests::parser_unclosed_live_tag_does_not_scoop_project
2026-06-16T08:27:34.2932154Z         PASS [   0.009s] ( 813/1095) spt-proto event::tests::alarm_event_round_trips
2026-06-16T08:27:34.2950096Z         PASS [   0.005s] ( 814/1095) spt-proto event::tests::empty_body_envelope_parses
2026-06-16T08:27:34.2971236Z         PASS [   0.005s] ( 815/1095) spt-proto event::tests::malformed_inputs_return_none_without_panic
2026-06-16T08:27:34.2972171Z         PASS [   0.005s] ( 816/1095) spt-proto event::tests::msg_event_round_trips
2026-06-16T08:27:34.2984668Z         PASS [   0.006s] ( 817/1095) spt-proto event::tests::user_msg_identity_gate_truth_table
2026-06-16T08:27:34.2985617Z         PASS [   0.006s] ( 818/1095) spt-proto event::tests::user_msg_envelope_is_n_minus_one_tolerant
2026-06-16T08:27:34.2986545Z         PASS [   0.006s] ( 819/1095) spt-proto event::tests::typed_envelope_detected_and_parsed
2026-06-16T08:27:34.2987462Z         PASS [   0.009s] ( 820/1095) spt-proto event::tests::psyche_authorable_types_are_reply_and_notify_only
2026-06-16T08:27:34.2988374Z         PASS [   0.006s] ( 821/1095) spt-proto event::tests::typed_predicate_rejects_partials
2026-06-16T08:27:34.3004199Z         PASS [   0.008s] ( 822/1095) spt-proto event::tests::user_msg_event_round_trips
2026-06-16T08:27:34.3008502Z         PASS [   0.005s] ( 823/1095) spt-proto event::tests::user_msg_gate_is_not_payload_trusted
2026-06-16T08:27:34.3040616Z         PASS [   0.005s] ( 824/1095) spt-proto id::tests::accepts_plain_and_composite_ids
2026-06-16T08:27:34.3058826Z         PASS [   0.005s] ( 825/1095) spt-proto id::tests::rejects_empty_and_overlong
2026-06-16T08:27:34.3080232Z         PASS [   0.007s] ( 826/1095) spt-proto id::tests::rejects_path_whitespace_and_control
2026-06-16T08:27:34.3089906Z         PASS [   0.008s] ( 827/1095) spt-proto id::tests::accepts_japanese_scripts
2026-06-16T08:27:34.3093584Z         PASS [   0.006s] ( 828/1095) spt-proto identity::tests::bad_inputs_error_without_panic
2026-06-16T08:27:34.3094425Z         PASS [   0.010s] ( 829/1095) spt-proto id::tests::reports_bad_char_position
2026-06-16T08:27:34.3098578Z         PASS [   0.006s] ( 830/1095) spt-proto identity::tests::public_key_hex_round_trips
2026-06-16T08:27:34.3131188Z         PASS [   0.045s] ( 831/1095) spt-proto chunk::tests::split_then_reassemble_is_byte_identity
2026-06-16T08:27:34.3140068Z         PASS [   0.009s] ( 832/1095) spt-proto id::tests::reserves_address_delimiters
2026-06-16T08:27:34.3160798Z         PASS [   0.005s] ( 833/1095) spt-proto payload::tests::base64_known_vectors
2026-06-16T08:27:34.3171232Z         PASS [   0.007s] ( 834/1095) spt-proto payload::tests::binary_blob_round_trips_all_byte_values
2026-06-16T08:27:34.3178713Z         PASS [   0.005s] ( 835/1095) spt-proto payload::tests::command_payload_round_trips
2026-06-16T08:27:34.3180722Z         PASS [   0.006s] ( 836/1095) spt-proto version::tests::current_version_self_compatible
2026-06-16T08:27:34.3181676Z         PASS [   0.007s] ( 837/1095) spt-proto payload::tests::text_payload_round_trips
2026-06-16T08:27:34.3182515Z         PASS [   0.009s] ( 838/1095) spt-proto payload::tests::blob_padding_lengths_round_trip
2026-06-16T08:27:34.3190535Z         PASS [   0.007s] ( 839/1095) spt-proto payload::tests::unknown_or_malformed_decodes_to_none
2026-06-16T08:27:34.3191531Z         PASS [   0.005s] ( 840/1095) spt-proto version::tests::n_minus_one_window_accepts_and_rejects
2026-06-16T08:27:34.3240324Z         PASS [   0.007s] ( 841/1095) spt-proto version::tests::window_floor_saturates_at_zero
2026-06-16T08:27:34.3247224Z         PASS [   0.019s] ( 842/1095) spt-proto identity::tests::known_answer_fixed_seed_is_stable
2026-06-16T08:27:34.3318886Z         PASS [   0.012s] ( 843/1095) spt-runtime manifest::tests::fetcher_strategy_requires_fetcher_field
2026-06-16T08:27:34.3328211Z         PASS [   0.010s] ( 844/1095) spt-runtime manifest::tests::harness_kind_with_shell_section_fails_validation
2026-06-16T08:27:34.3329595Z         PASS [   0.013s] ( 845/1095) spt-runtime manifest::tests::digest_section_validation_errors
2026-06-16T08:27:34.3331000Z         PASS [   0.015s] ( 846/1095) spt-runtime manifest::tests::digest_section_source_resolution
2026-06-16T08:27:34.3332062Z         PASS [   0.014s] ( 847/1095) spt-runtime manifest::tests::harness_fixture_parses_all_sections
2026-06-16T08:27:34.3377578Z         PASS [   0.018s] ( 848/1095) spt-runtime manifest::tests::checked_in_schema_is_current
2026-06-16T08:27:34.3395225Z         PASS [   0.007s] ( 849/1095) spt-runtime manifest::tests::inject_env_without_value_fails_validation
2026-06-16T08:27:34.3430142Z         PASS [   0.007s] ( 850/1095) spt-runtime manifest::tests::minimal_header_only_manifest_is_valid
2026-06-16T08:27:34.3461304Z         PASS [   0.007s] ( 851/1095) spt-runtime manifest::tests::per_capability_act_gate_parses_and_validates
2026-06-16T08:27:34.3490464Z         PASS [   0.008s] ( 852/1095) spt-runtime manifest::tests::profile_overlays_hints_wholesale
2026-06-16T08:27:34.3491716Z         PASS [   0.022s] ( 853/1095) spt-runtime manifest::tests::hint_keyword_matching
2026-06-16T08:27:34.3492741Z         PASS [   0.013s] ( 854/1095) spt-runtime manifest::tests::manifest_schema_shape
2026-06-16T08:27:34.3493639Z         PASS [   0.007s] ( 855/1095) spt-runtime manifest::tests::shell_tunnel_opt_in
2026-06-16T08:27:34.3510237Z         PASS [   0.008s] ( 856/1095) spt-runtime manifest::tests::shell_kind_without_shell_section_fails_validation
2026-06-16T08:27:34.3511439Z         PASS [   0.011s] ( 857/1095) spt-runtime manifest::tests::shell_fixture_parses
2026-06-16T08:27:34.3512592Z         PASS [   0.006s] ( 858/1095) spt-runtime manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic
2026-06-16T08:27:34.3514229Z         PASS [   0.014s] ( 859/1095) spt-runtime manifest::tests::round_trips_through_toml
2026-06-16T08:27:34.3517712Z         PASS [   0.011s] ( 860/1095) spt-runtime manifest::tests::shortcut_basename_optional_with_default
2026-06-16T08:27:34.3528106Z         PASS [   0.007s] ( 861/1095) spt-runtime manifest::tests::unknown_enum_variant_is_an_error_not_a_panic
2026-06-16T08:27:34.3577290Z         PASS [   0.007s] ( 862/1095) spt-runtime profile::tests::deep_nested_leaf_replace
2026-06-16T08:27:34.3620633Z         PASS [   0.053s] ( 863/1095) spt-proto identity::tests::sign_verify_round_trip
2026-06-16T08:27:34.3622870Z         PASS [   0.008s] ( 864/1095) spt-runtime profile::tests::file_pointer_recognized_only_for_single_file_key_table
2026-06-16T08:27:34.3650509Z         PASS [   0.011s] ( 865/1095) spt-runtime manifest::tests::update_avenue_content_signing_fields
2026-06-16T08:27:34.3651696Z         PASS [   0.007s] ( 866/1095) spt-runtime profile::tests::resolve_shipped_profile_applies_overlay
2026-06-16T08:27:34.3652895Z         PASS [   0.007s] ( 867/1095) spt-runtime profile::tests::resolve_unknown_profile_errors
2026-06-16T08:27:34.3660983Z         PASS [   0.009s] ( 868/1095) spt-runtime profile::tests::leaf_replace_contract
2026-06-16T08:27:34.3661980Z         PASS [   0.009s] ( 869/1095) spt-runtime profile::tests::profile_overlays_strings
2026-06-16T08:27:34.3663035Z         PASS [   0.007s] ( 870/1095) spt-runtime profile::tests::string_dot_path_read_write
2026-06-16T08:27:34.3664075Z         PASS [   0.007s] ( 871/1095) spt-runtime profile::tests::tighten_only_allows_tightening
2026-06-16T08:27:34.3665186Z         PASS [   0.007s] ( 872/1095) spt-runtime profile::tests::tighten_only_refuses_loosened_over_cap
2026-06-16T08:27:34.3668051Z         PASS [   0.007s] ( 873/1095) spt-runtime profile::tests::tighten_only_refuses_loosened_require_approval
2026-06-16T08:27:34.3694825Z         PASS [   0.011s] ( 874/1095) spt-runtime profile::tests::split_option_first_colon
2026-06-16T08:27:34.3721396Z         PASS [   0.009s] ( 875/1095) spt-runtime registry::tests::create_local_profile_guards
2026-06-16T08:27:34.3764681Z         PASS [   0.007s] ( 876/1095) spt-runtime registry::tests::invalid_manifest_records_nothing
2026-06-16T08:27:34.3771098Z         PASS [   0.014s] ( 877/1095) spt-runtime registry::tests::cross_adapter_fallback_target_resolves_adapter_and_profile
2026-06-16T08:27:34.3772386Z         PASS [   0.013s] ( 878/1095) spt-runtime registry::tests::delete_local_profile_rules
2026-06-16T08:27:34.3773582Z         PASS [   0.010s] ( 879/1095) spt-runtime registry::tests::local_profile_overrides_a_shipped_file_pointer
2026-06-16T08:27:34.3806024Z         PASS [   0.011s] ( 880/1095) spt-runtime registry::tests::missing_string_file_skips_at_read_without_error
2026-06-16T08:27:34.3807496Z         PASS [   0.011s] ( 881/1095) spt-runtime registry::tests::local_profile_survives_readd
2026-06-16T08:27:34.3808640Z         PASS [   0.014s] ( 882/1095) spt-runtime registry::tests::file_backed_string_reads_contents_lazily
2026-06-16T08:27:34.3824987Z         PASS [   0.016s] ( 883/1095) spt-runtime registry::tests::deregister_is_soft_and_readd_reactivates
2026-06-16T08:27:34.3831337Z         PASS [   0.009s] ( 884/1095) spt-runtime registry::tests::resolve_option_in_matches_disk
2026-06-16T08:27:34.3835990Z         PASS [   0.010s] ( 885/1095) spt-runtime registry::tests::register_copy_vs_pointer_by_avenue
2026-06-16T08:27:34.3848919Z         PASS [   0.011s] ( 886/1095) spt-runtime registry::tests::resolve_option_bare_shipped_and_local
2026-06-16T08:27:34.3883892Z         PASS [   0.010s] ( 887/1095) spt-runtime registry::tests::string_file_pointer_escaping_the_dir_is_refused_at_register
2026-06-16T08:27:34.3928713Z         PASS [   0.006s] ( 888/1095) spt-runtime runtime::tests::missing_key_errors_before_spawn
2026-06-16T08:27:34.3934213Z         PASS [   0.007s] ( 889/1095) spt-runtime runtime::tests::fills_known_placeholders
2026-06-16T08:27:34.3935289Z         PASS [   0.007s] ( 890/1095) spt-runtime runtime::tests::spawn_session_detached_returns_pid
2026-06-16T08:27:34.3936392Z         PASS [   0.008s] ( 891/1095) spt-runtime runtime::tests::tokenize_honors_double_quotes
2026-06-16T08:27:34.3937342Z         PASS [   0.007s] ( 892/1095) spt-runtime runtime::tests::unknown_role_errors
2026-06-16T08:27:34.3952391Z         PASS [   0.015s] ( 893/1095) spt-runtime registry::tests::strings_get_set_through_overlay
2026-06-16T08:27:34.3980430Z         PASS [   0.008s] ( 894/1095) spt-store access::tests::allow_revoke_open_polarity
2026-06-16T08:27:34.3999952Z         PASS [   0.007s] ( 895/1095) spt-store access::tests::recent_outbound_correlates_within_window
2026-06-16T08:27:34.4030756Z         PASS [   0.007s] ( 896/1095) spt-store access::tests::recent_outbound_persists
2026-06-16T08:27:34.4043644Z         PASS [   0.007s] ( 897/1095) spt-store access::tests::store_persists_and_degrades_open
2026-06-16T08:27:34.4044588Z         PASS [   0.006s] ( 898/1095) spt-store access::tests::users_reservation_decodes_inert
2026-06-16T08:27:34.4045452Z         PASS [   0.006s] ( 899/1095) spt-store atomic::tests::atomic_write_bytes_round_trips
2026-06-16T08:27:34.4046343Z         PASS [   0.006s] ( 900/1095) spt-store atomic::tests::atomic_write_creates_and_replaces
2026-06-16T08:27:34.4058317Z         PASS [   0.015s] ( 901/1095) spt-store access::tests::recent_outbound_is_bounded
2026-06-16T08:27:34.4059373Z         PASS [   0.006s] ( 902/1095) spt-store atomic::tests::retry_absorbs_transient_then_succeeds
2026-06-16T08:27:34.4070605Z         PASS [   0.006s] ( 903/1095) spt-store atomic::tests::retry_does_not_retry_non_transient
2026-06-16T08:27:34.4089848Z         PASS [   0.006s] ( 904/1095) spt-store atomic::tests::retry_gives_up_after_max_attempts
2026-06-16T08:27:34.4096835Z         PASS [   0.006s] ( 905/1095) spt-store atomic::tests::to_forward_slash_strips_unc_prefix
2026-06-16T08:27:34.4122372Z         PASS [   0.008s] ( 906/1095) spt-store attachment::tests::attached_default_flip_roundtrip
2026-06-16T08:27:34.4128655Z         PASS [   0.007s] ( 907/1095) spt-store attachment::tests::boot_reset_and_serving_filter
2026-06-16T08:27:34.4129909Z         PASS [   0.007s] ( 908/1095) spt-store attachment::tests::corrupt_file_degrades_to_attached
2026-06-16T08:27:34.4136052Z         PASS [   0.033s] ( 909/1095) spt-runtime runtime::tests::bounded_run_captures_success
2026-06-16T08:27:34.4205094Z         PASS [   0.006s] ( 910/1095) spt-store contextmark::tests::join_bump_dominates_both_parents
2026-06-16T08:27:34.4255233Z         PASS [   0.006s] ( 911/1095) spt-store contextmark::tests::marker_round_trips_v1_and_v2
2026-06-16T08:27:34.4312234Z         PASS [   0.006s] ( 912/1095) spt-store contextmark::tests::merge_decisions
2026-06-16T08:27:34.4360791Z         PASS [   0.005s] ( 913/1095) spt-store contextmark::tests::vector_compare_covers_all_orders
2026-06-16T08:27:34.4410415Z         PASS [   0.005s] ( 914/1095) spt-store contextmark::tests::vector_parse_tolerant
2026-06-16T08:27:34.4712300Z         PASS [   0.059s] ( 915/1095) spt-store branchstore::tests::open_or_init_idempotent
2026-06-16T08:27:34.5034007Z         PASS [   0.091s] ( 916/1095) spt-store branchstore::tests::sweep_removes_only_stale_empty_locks
2026-06-16T08:27:34.5408606Z         PASS [   0.037s] ( 917/1095) spt-store contextstore::tests::invalid_id_refused
2026-06-16T08:27:34.5536239Z         PASS [   0.145s] ( 918/1095) spt-store branchstore::tests::multi_key_commit_is_one_commit
2026-06-16T08:27:34.5591317Z         PASS [   0.152s] ( 919/1095) spt-store branchstore::tests::branches_are_independent_roots
2026-06-16T08:27:34.5706731Z         PASS [   0.163s] ( 920/1095) spt-store branchstore::tests::commit_then_read_at_tip
2026-06-16T08:27:34.5765528Z         PASS [   0.164s] ( 921/1095) spt-store branchstore::tests::unchanged_write_is_no_commit
2026-06-16T08:27:34.5822992Z         PASS [   0.006s] ( 922/1095) spt-store epoch::tests::corrupt_or_absent_file_degrades_safely
2026-06-16T08:27:34.5881652Z         PASS [   0.006s] ( 923/1095) spt-store epoch::tests::counter_persists_across_reload
2026-06-16T08:27:34.5939025Z         PASS [   0.006s] ( 924/1095) spt-store epoch::tests::next_is_strictly_increasing_from_one
2026-06-16T08:27:34.5996720Z         PASS [   0.006s] ( 925/1095) spt-store gitrun::tests::deadline_kills_and_reports_timed_out
2026-06-16T08:27:34.6155714Z         PASS [   0.016s] ( 926/1095) spt-store gitrun::tests::version_runs_within_budget
2026-06-16T08:27:34.6211034Z         PASS [   0.005s] ( 927/1095) spt-store grants::tests::grant_match_is_exact_per_tuple
2026-06-16T08:27:34.6266761Z         PASS [   0.005s] ( 928/1095) spt-store grants::tests::grant_revoke_roundtrip_default_deny
2026-06-16T08:27:34.6326604Z         PASS [   0.006s] ( 929/1095) spt-store grants::tests::persistence_and_corrupt_degrade_to_deny
2026-06-16T08:27:34.6382364Z         PASS [   0.006s] ( 930/1095) spt-store history::tests::appends_one_record_per_line
2026-06-16T08:27:34.6439163Z         PASS [   0.006s] ( 931/1095) spt-store history::tests::context_entries_carry_the_discriminator
2026-06-16T08:27:34.6497940Z         PASS [   0.006s] ( 932/1095) spt-store history::tests::digest_entries_go_to_a_separate_log
2026-06-16T08:27:34.6568352Z         PASS [   0.007s] ( 933/1095) spt-store home::tests::adoption_stamps_only_unset_and_only_when_unambiguous
2026-06-16T08:27:34.6623699Z         PASS [   0.006s] ( 934/1095) spt-store home::tests::home_assignment_matrix
2026-06-16T08:27:34.6677291Z         PASS [   0.005s] ( 935/1095) spt-store home::tests::scope_seeding_never_clobbers_user_policy
2026-06-16T08:27:34.6734670Z         PASS [   0.006s] ( 936/1095) spt-store home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward
2026-06-16T08:27:34.6785232Z         PASS [   0.005s] ( 937/1095) spt-store hostlabel::tests::hostname_is_nonempty_and_trimmed_on_supported_platforms
2026-06-16T08:27:34.6836474Z         PASS [   0.005s] ( 938/1095) spt-store info::tests::busy_sentinel_round_trips_and_read_pid_is_none
2026-06-16T08:27:34.6928903Z         PASS [   0.312s] ( 939/1095) spt-runtime runtime::tests::bounded_run_kills_on_timeout
2026-06-16T08:27:34.6956461Z         PASS [   0.155s] ( 940/1095) spt-store contextstore::tests::project_branch_holds_many_agents
2026-06-16T08:27:34.6989917Z         PASS [   0.006s] ( 941/1095) spt-store info::tests::corrupt_content_returns_none
2026-06-16T08:27:34.7049500Z         PASS [   0.006s] ( 942/1095) spt-store info::tests::read_pid_tolerates_schema_minimal
2026-06-16T08:27:34.7139387Z         PASS [   0.009s] ( 943/1095) spt-store info::tests::set_driven_by_stamps_and_clears
2026-06-16T08:27:34.7221850Z         PASS [   0.008s] ( 944/1095) spt-store info::tests::set_last_active_stamps_recency
2026-06-16T08:27:34.7361621Z         PASS [   0.010s] ( 945/1095) spt-store info::tests::set_resources_writes_and_clears_the_blurb
2026-06-16T08:27:34.7383557Z         PASS [   0.293s] ( 946/1095) spt-store contextstore::tests::conflict_artifacts_preserve_both_versions
2026-06-16T08:27:34.7410901Z         PASS [   0.007s] ( 947/1095) spt-store info::tests::set_status_marks_existing_record
2026-06-16T08:27:34.7422353Z         PASS [   0.058s] ( 948/1095) spt-store info::tests::concurrent_read_during_writes_never_torn
2026-06-16T08:27:34.7423484Z         PASS [   0.009s] ( 949/1095) spt-store info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair
2026-06-16T08:27:34.7473212Z         PASS [   0.006s] ( 950/1095) spt-store info::tests::write_read_round_trip
2026-06-16T08:27:34.7479566Z         PASS [   0.006s] ( 951/1095) spt-store liveness::tests::busy_and_missing_keep_interim_parity
2026-06-16T08:27:34.7501935Z         PASS [   0.007s] ( 952/1095) spt-store liveness::tests::daemon_hosted_offline_overrides_live_pid
2026-06-16T08:27:34.7546465Z         PASS [   0.006s] ( 953/1095) spt-store liveness::tests::external_perch_still_pid_probes
2026-06-16T08:27:34.7552701Z         PASS [   0.008s] ( 954/1095) spt-store liveness::tests::daemon_hosted_online_survives_dead_pid
2026-06-16T08:27:34.7580095Z         PASS [   0.007s] ( 955/1095) spt-store liveness::tests::registry_entry_keys_on_status_for_hosted_rows
2026-06-16T08:27:34.7611452Z         PASS [   0.007s] ( 956/1095) spt-store nodeid::tests::corrupt_key_errors_never_regenerates
2026-06-16T08:27:34.7624021Z         PASS [   0.007s] ( 957/1095) spt-store nodeid::tests::create_then_load_is_stable
2026-06-16T08:27:34.7645403Z         PASS [   0.008s] ( 958/1095) spt-store nodeid::tests::seed_hex_round_trips
2026-06-16T08:27:34.8136793Z         PASS [   0.118s] ( 959/1095) spt-store info::tests::mutate_info_serializes_writers_so_offline_is_never_clobbered
2026-06-16T08:27:34.8162583Z         PASS [   0.246s] ( 960/1095) spt-store contextstore::tests::two_tier_layout_and_commits
2026-06-16T08:27:34.8219400Z         PASS [   0.006s] ( 961/1095) spt-store notif::tests::row_serde_round_trips_with_forward_compat
2026-06-16T08:27:34.8361094Z         PASS [   0.071s] ( 962/1095) spt-store notif::tests::produce_list_dismiss_round_trip
2026-06-16T08:27:34.8361933Z         PASS [   0.075s] ( 963/1095) spt-store notif::tests::listing_is_subnet_scoped
2026-06-16T08:27:34.8418879Z         PASS [   0.006s] ( 964/1095) spt-store peeraddrs::tests::corrupt_file_degrades_to_empty
2026-06-16T08:27:34.8475667Z         PASS [   0.006s] ( 965/1095) spt-store peeraddrs::tests::put_get_roundtrip_and_noop_reput
2026-06-16T08:27:34.8523656Z         PASS [   0.005s] ( 966/1095) spt-store peeraddrs::tests::record_is_one_step_and_skips_noops
2026-06-16T08:27:34.8579102Z         PASS [   0.005s] ( 967/1095) spt-store perch::tests::child_files_route_through_one_resolver
2026-06-16T08:27:34.8633351Z         PASS [   0.005s] ( 968/1095) spt-store perch::tests::classification_matrix
2026-06-16T08:27:34.8688247Z         PASS [   0.006s] ( 969/1095) spt-store perch::tests::explicit_parent_wins_over_infer
2026-06-16T08:27:34.8746110Z         PASS [   0.006s] ( 970/1095) spt-store perch::tests::list_self_perch_ids_enumerates_bound_top_level
2026-06-16T08:27:34.8790296Z         PASS [   0.004s] ( 971/1095) spt-store perch::tests::resolve_psyche_and_worker_nest_under_parent
2026-06-16T08:27:34.8845005Z         PASS [   0.005s] ( 972/1095) spt-store perch::tests::resolve_self_is_flat
2026-06-16T08:27:34.8891833Z         PASS [   0.005s] ( 973/1095) spt-store perch::tests::shell_perches_resolve_under_owner_shells_namespace
2026-06-16T08:27:34.8937398Z         PASS [   0.004s] ( 974/1095) spt-store perch::tests::spt_home_is_pure_and_honors_env
2026-06-16T08:27:34.8956736Z         PASS [   0.060s] ( 975/1095) spt-store notif::tests::stale_undismissed_copy_cannot_undismiss
2026-06-16T08:27:34.8987974Z         PASS [   0.005s] ( 976/1095) spt-store proc::tests::current_process_is_alive
2026-06-16T08:27:34.9009293Z         PASS [   0.005s] ( 977/1095) spt-store proc::tests::parent_pid_resolves_and_is_alive
2026-06-16T08:27:34.9017840Z         PASS [   0.139s] ( 978/1095) spt-store notif::tests::merge_is_idempotent_and_commutative
2026-06-16T08:27:34.9041399Z         PASS [   0.005s] ( 979/1095) spt-store proc::tests::pid_zero_is_dead_on_every_os
2026-06-16T08:27:34.9063445Z         PASS [   0.005s] ( 980/1095) spt-store proc::tests::unassigned_pid_is_dead
2026-06-16T08:27:34.9111268Z         PASS [   0.005s] ( 981/1095) spt-store project::tests::url_spellings_normalize_to_one_id
2026-06-16T08:27:34.9165845Z         PASS [   0.095s] ( 982/1095) spt-store notif::tests::seen_unions_and_surfaced_maxes
2026-06-16T08:27:34.9199943Z         PASS [   0.106s] ( 983/1095) spt-store notif::tests::reopen_is_durable_and_corrupt_seen_degrades
2026-06-16T08:27:34.9273969Z         PASS [   0.025s] ( 984/1095) spt-store proc::tests::zombie_child_reads_dead
2026-06-16T08:27:34.9788563Z         PASS [   0.508s] ( 985/1095) spt-store contextstore::tests::fork_copies_both_tiers_then_diverges
2026-06-16T08:27:34.9840563Z         PASS [   0.080s] ( 986/1095) spt-store project::tests::derivation_ladder
2026-06-16T08:27:34.9885928Z         PASS [   0.061s] ( 987/1095) spt-store registry::tests::register_and_lookup
2026-06-16T08:27:35.0012316Z         PASS [   0.442s] ( 988/1095) spt-store contextstore::tests::rename_ripples_both_tiers
2026-06-16T08:27:35.0224421Z         PASS [   0.106s] ( 989/1095) spt-store registry::tests::clean_removes_dead_keeps_live
2026-06-16T08:27:35.0225389Z         PASS [   0.111s] ( 990/1095) spt-store registry::tests::clean_keys_on_status_for_daemon_hosted_rows
2026-06-16T08:27:35.0289319Z         PASS [   0.006s] ( 991/1095) spt-store rename::tests::rename_refusals_leave_owlery_untouched
2026-06-16T08:27:35.0290159Z         PASS [   0.006s] ( 992/1095) spt-store rename::tests::live_nested_child_blocks_rename
2026-06-16T08:27:35.0344310Z         PASS [   0.005s] ( 993/1095) spt-store roster::tests::is_member_any_spans_subnets_and_honors_tombstones
2026-06-16T08:27:35.0359097Z         PASS [   0.007s] ( 994/1095) spt-store rename::tests::rename_ripples_self_and_nested_children
2026-06-16T08:27:35.0387949Z         PASS [   0.004s] ( 995/1095) spt-store roster::tests::merge_entry_is_strictly_greater_lease_wins
2026-06-16T08:27:35.0409207Z         PASS [   0.005s] ( 996/1095) spt-store roster::tests::merge_is_commutative_and_idempotent
2026-06-16T08:27:35.0434349Z         PASS [   0.005s] ( 997/1095) spt-store roster::tests::offline_member_persists_through_silence_and_reload
2026-06-16T08:27:35.0440347Z         PASS [   0.065s] ( 998/1095) spt-store registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds
2026-06-16T08:27:35.0463463Z         PASS [   0.005s] ( 999/1095) spt-store roster::tests::roster_for_projects_one_subnets_slice
2026-06-16T08:27:35.0490974Z         PASS [   0.005s] (1000/1095) spt-store roster::tests::serde_additive_and_degrades_to_empty
2026-06-16T08:27:35.0495014Z         PASS [   0.005s] (1001/1095) spt-store roster::tests::tombstone_dominates_suppresses_reinsert_and_clears
2026-06-16T08:27:35.0515630Z         PASS [   0.005s] (1002/1095) spt-store roster::tests::tombstones_are_scoped_and_merge
2026-06-16T08:27:35.0541864Z         PASS [   0.005s] (1003/1095) spt-store roster::tests::upsert_self_overwrites_unconditionally
2026-06-16T08:27:35.0552628Z         PASS [   0.006s] (1004/1095) spt-store rotation::tests::coalesce_is_per_subnet
2026-06-16T08:27:35.0571793Z         PASS [   0.006s] (1005/1095) spt-store rotation::tests::coalesce_unions_revokees_and_keeps_earliest_deadline
2026-06-16T08:27:35.0593401Z         PASS [   0.005s] (1006/1095) spt-store rotation::tests::due_subnets_respects_deadline_and_force_is_immediate
2026-06-16T08:27:35.0612764Z         PASS [   0.006s] (1007/1095) spt-store rotation::tests::persists_and_degrades_to_empty
2026-06-16T08:27:35.0625867Z         PASS [   0.005s] (1008/1095) spt-store seed::tests::absent_cwd_is_omitted
2026-06-16T08:27:35.0642511Z         PASS [   0.063s] (1009/1095) spt-store registry::tests::resolve_on_empty_registry_is_none_not_error
2026-06-16T08:27:35.0643591Z         PASS [   0.005s] (1010/1095) spt-store seed::tests::seed_round_trips_through_json
2026-06-16T08:27:35.0673267Z         PASS [   0.006s] (1011/1095) spt-store sessions::tests::appends_and_reads_in_order
2026-06-16T08:27:35.0700393Z         PASS [   0.006s] (1012/1095) spt-store sessions::tests::tolerant_of_garbage_lines
2026-06-16T08:27:35.0703946Z         PASS [   0.006s] (1013/1095) spt-store sessions::tests::same_session_rebind_is_deduped
2026-06-16T08:27:35.0737044Z         PASS [   0.006s] (1014/1095) spt-store shellinfo::tests::alias_unique_rename_and_resolution
2026-06-16T08:27:35.0761472Z         PASS [   0.092s] (1015/1095) spt-store registry::tests::reregister_replaces_address
2026-06-16T08:27:35.0776249Z         PASS [   0.007s] (1016/1095) spt-store shellinfo::tests::composite_option_mints_colon_free_id_and_carries_the_composite
2026-06-16T08:27:35.0777562Z         PASS [   0.007s] (1017/1095) spt-store shellinfo::tests::mint_smallest_free_and_teardown_frees
2026-06-16T08:27:35.0812115Z         PASS [   0.007s] (1018/1095) spt-store shellinfo::tests::shellinfo_roundtrip_and_corrupt_tolerance
2026-06-16T08:27:35.0987062Z         PASS [   0.036s] (1019/1095) spt-store sessions::tests::last_k_and_bounding
2026-06-16T08:27:35.1029974Z         PASS [   0.114s] (1020/1095) spt-store registry::tests::resolve_cleans_before_lookup
2026-06-16T08:27:35.1574575Z         PASS [   0.604s] (1021/1095) spt-store contextstore::tests::remove_endpoint_removes_exactly_the_source
2026-06-16T08:27:35.1730818Z         PASS [   0.070s] (1022/1095) spt-store spool::tests::spool_touches_has_messages_sentinel
2026-06-16T08:27:35.1937621Z         PASS [   0.095s] (1023/1095) spt-store spool::tests::reopen_is_idempotent
2026-06-16T08:27:35.1995694Z         PASS [   0.006s] (1024/1095) spt-store subnet::tests::add_joined_preserves_seed_and_epoch
2026-06-16T08:27:35.2051896Z         PASS [   0.006s] (1025/1095) spt-store subnet::tests::adopt_rotation_takes_newer_seed_and_is_idempotent
2026-06-16T08:27:35.2111470Z         PASS [   0.006s] (1026/1095) spt-store subnet::tests::create_subnet_starts_at_epoch_one_unique_name
2026-06-16T08:27:35.2166031Z         PASS [   0.005s] (1027/1095) spt-store subnet::tests::hex_round_trips_and_rejects_bad_input
2026-06-16T08:27:35.2168647Z         PASS [   0.139s] (1028/1095) spt-store spool::tests::drain_marks_delivered_and_is_idempotent
2026-06-16T08:27:35.2224211Z         PASS [   0.006s] (1029/1095) spt-store subnet::tests::minted_seeds_are_random
2026-06-16T08:27:35.2225159Z         PASS [   0.006s] (1030/1095) spt-store subnet::tests::hide_new_endpoints_defaults_off_and_persists
2026-06-16T08:27:35.2277913Z         PASS [   0.005s] (1031/1095) spt-store subnet::tests::no_prior_generation_before_rotation
2026-06-16T08:27:35.2278824Z         PASS [   0.005s] (1032/1095) spt-store subnet::tests::missing_or_corrupt_file_is_empty_store
2026-06-16T08:27:35.2317911Z         PASS [   0.155s] (1033/1095) spt-store spool::tests::deferred_row_survives_event_drain_then_hook_delivers
2026-06-16T08:27:35.2329969Z         PASS [   0.005s] (1034/1095) spt-store subnet::tests::remove_drops_membership
2026-06-16T08:27:35.2335824Z         PASS [   0.006s] (1035/1095) spt-store subnet::tests::rotate_bumps_epoch_and_changes_seed
2026-06-16T08:27:35.2380923Z         PASS [   0.006s] (1036/1095) spt-store subnet::tests::store_persists_multi_subnet_and_rotation
2026-06-16T08:27:35.2435818Z         PASS [   0.086s] (1037/1095) spt-store spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path
2026-06-16T08:27:35.2522767Z         PASS [   0.171s] (1038/1095) spt-store spool::tests::non_deferred_drain_skips_deferred_and_preserves_order
2026-06-16T08:27:35.2773208Z         PASS [   0.104s] (1039/1095) spt-store spool::tests::wan_spool_dedups_on_op_id_across_reopen
2026-06-16T08:27:35.2887013Z         PASS [   4.217s] (1040/1095) spt-daemon::resume resume_below_ring_floor_clamps_forward_without_gap_error
2026-06-16T08:27:35.2900516Z         PASS [   0.037s] (1041/1095) spt-store syncmerge::tests::non_context_branch_refused
2026-06-16T08:27:35.2955679Z         PASS [   0.006s] (1042/1095) spt-store timefmt::tests::formats_known_instants
2026-06-16T08:27:35.3014875Z         PASS [   0.006s] (1043/1095) spt-store timefmt::tests::lexical_order_matches_chronological_order
2026-06-16T08:27:35.3074042Z         PASS [   0.006s] (1044/1095) spt-store visibility::tests::hidden_gates_sync_even_when_listed
2026-06-16T08:27:35.3128840Z         PASS [   0.005s] (1045/1095) spt-store visibility::tests::hidden_is_or_of_defaults
2026-06-16T08:27:35.3184423Z         PASS [   0.005s] (1046/1095) spt-store visibility::tests::override_wins_both_directions
2026-06-16T08:27:35.3245574Z         PASS [   0.006s] (1047/1095) spt-store visibility::tests::store_persists_and_degrades_safe
2026-06-16T08:27:35.3305399Z         PASS [   0.006s] (1048/1095) spt-store visibility::tests::synced_requires_membership_listing
2026-06-16T08:27:35.3367254Z         PASS [   0.006s] (1049/1095) spt-store xfer::tests::progress_round_trips_per_role_and_updates_mid_flight
2026-06-16T08:27:35.3413810Z         PASS [   0.005s] (1050/1095) spt-store xfer::tests::xfer_id_is_filename_safe_and_distinct
2026-06-16T08:27:35.3459922Z         PASS [   0.004s] (1051/1095) spt-term digest::tests::config_defaults_are_the_presentation_formula
2026-06-16T08:27:35.3515162Z         PASS [   0.006s] (1052/1095) spt-term digest::tests::truncate_arg_cuts_to_width_with_ellipsis
2026-06-16T08:27:35.3567693Z         PASS [   0.005s] (1053/1095) spt-term projection::tests::agent_between_tools_breaks_the_sprint
2026-06-16T08:27:35.3619889Z         PASS [   0.005s] (1054/1095) spt-term projection::tests::context_record_discriminator
2026-06-16T08:27:35.3673143Z         PASS [   0.005s] (1055/1095) spt-term projection::tests::diagnostics_clean_stream_has_no_drops
2026-06-16T08:27:35.3725286Z         PASS [   0.005s] (1056/1095) spt-term projection::tests::diagnostics_record_every_drop_with_reason
2026-06-16T08:27:35.3776242Z         PASS [   0.005s] (1057/1095) spt-term projection::tests::empty_input_projects_empty_digest
2026-06-16T08:27:35.3834742Z         PASS [   0.306s] (1058/1095) spt-store spool::tests::event_part_body_persists_byte_exact
2026-06-16T08:27:35.3835730Z         PASS [   0.006s] (1059/1095) spt-term projection::tests::leading_output_without_input_is_a_preamble_turn
2026-06-16T08:27:35.3890255Z         PASS [   0.005s] (1060/1095) spt-term projection::tests::malformed_unknown_role_and_toolless_tool_are_skipped
2026-06-16T08:27:35.3891576Z         PASS [   0.005s] (1061/1095) spt-term projection::tests::projects_input_agent_and_collapses_tool_sprints
2026-06-16T08:27:35.3939565Z         PASS [   0.005s] (1062/1095) spt-term projection::tests::timeline_boundary_divider_and_window_bridge
2026-06-16T08:27:35.3940587Z         PASS [   0.005s] (1063/1095) spt-term projection::tests::sprint_collapse_off_keeps_tools_separate
2026-06-16T08:27:35.3993077Z         PASS [   0.005s] (1064/1095) spt-term projection::tests::timeline_folds_context_into_a_turn
2026-06-16T08:27:35.3994885Z         PASS [   0.005s] (1065/1095) spt-term projection::tests::truncates_tool_args_to_width
2026-06-16T08:27:35.4047089Z         PASS [   0.005s] (1066/1095) spt-term projection::tests::unknown_fields_are_tolerated
2026-06-16T08:27:35.4048048Z         PASS [   0.006s] (1067/1095) spt-term projection::tests::ts_ordering_key_parses_and_is_optional
2026-06-16T08:27:35.4101509Z         PASS [   0.005s] (1068/1095) spt-term projection::tests::window_input_turns_bridges_and_trims
2026-06-16T08:27:35.4102750Z         PASS [   0.005s] (1069/1095) spt-term projection::tests::windows_to_last_n_turns
2026-06-16T08:27:35.4116693Z         PASS [   0.492s] (1070/1095) spt-store registry::tests::concurrent_registration_never_locks
2026-06-16T08:27:35.4160446Z         PASS [   0.006s] (1071/1095) spt-term reader::tests::auto_answers_synthetic_dsr_query
2026-06-16T08:27:35.4161395Z         PASS [   0.006s] (1072/1095) spt-term reader::tests::dsr_matcher_finds_query_across_chunk_boundary
2026-06-16T08:27:35.4246061Z         PASS [   0.010s] (1073/1095) spt-term reader::tests::no_dsr_means_no_answer
2026-06-16T08:27:35.4343374Z         PASS [   0.018s] (1074/1095) spt-term::dsr drain_forwards_child_output
2026-06-16T08:27:35.4389443Z         PASS [   0.016s] (1075/1095) spt-term::inject send_line_reaches_child_and_preserves_order
2026-06-16T08:27:35.4435091Z         PASS [   0.027s] (1076/1095) spt-term::inject ctrl_c_interrupts_the_child
2026-06-16T08:27:35.4454279Z         PASS [   0.007s] (1077/1095) spt-term::stream delivers_every_value_under_resize
2026-06-16T08:27:35.4509807Z         PASS [   0.007s] (1078/1095) spt-term::surface captures_child_output_off_the_pty
2026-06-16T08:27:35.4524131Z         PASS [   0.007s] (1079/1095) spt-term::surface resize_under_load_does_not_hang_or_panic
2026-06-16T08:27:35.4574319Z         PASS [   0.005s] (1080/1095) xtask::bin/xtask converge_tests::converge_table_renders_rows_and_success_predicate
2026-06-16T08:27:35.4575453Z         PASS [   0.007s] (1081/1095) spt-term::surface spawn_program_in_lands_the_child_in_the_requested_cwd
2026-06-16T08:27:35.7221481Z         PASS [   0.479s] (1082/1095) spt-store syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite
2026-06-16T08:27:35.8034375Z         PASS [   0.570s] (1083/1095) spt-store syncmerge::tests::adopt_then_incremental_then_idempotent_repull
2026-06-16T08:27:35.9131561Z         PASS [   0.636s] (1084/1095) spt-store syncmerge::tests::project_branch_unions_disjoint_agents
2026-06-16T08:27:36.0621498Z         PASS [   0.824s] (1085/1095) spt-store syncmerge::tests::dominated_incoming_drops_but_joins_dag
2026-06-16T08:27:36.0687326Z         PASS [   0.835s] (1086/1095) spt-store syncmerge::tests::concurrent_writes_surface_on_both_nodes
2026-06-16T08:27:36.3321501Z         PASS [   1.044s] (1087/1095) spt-store syncmerge::tests::reconciled_write_propagates_and_clears_artifacts
2026-06-16T08:27:36.4457190Z         PASS [   1.011s] (1088/1095) spt-term::stream bounded_backpressure_stalls_an_unconsumed_reader
2026-06-16T08:27:37.5978624Z         PASS [  10.117s] (1089/1095) spt::bin/spt cli::tests::shell_spawn_gates_on_the_registered_set
2026-06-16T08:27:42.5508654Z         PASS [  15.154s] (1090/1095) spt::bin/spt cli::tests::owner_shutdown_gated_by_can_shutdown_grant
2026-06-16T08:27:44.3412986Z         PASS [  14.966s] (1091/1095) spt-daemon::daemon_lifecycle_real_brain real_brain_process_hosts_the_psyche_for_an_online_live_endpoint
2026-06-16T08:27:51.1628552Z         PASS [  25.594s] (1092/1095) spt::brain_split broker_survives_brain_kill_and_respawns_it
2026-06-16T08:27:51.5218008Z         PASS [  25.953s] (1093/1095) spt::brain_split seed_anchor_survives_brain_cycle
2026-06-16T08:28:07.1198158Z         PASS [  41.551s] (1094/1095) spt::brain_survive pty_and_quic_survive_brain_process_restart_onto_swapped_binary
2026-06-16T08:28:11.2905332Z         PASS [  45.722s] (1095/1095) spt::brain_respawn_rename brain_respawns_onto_applied_bytes_after_in_place_rename
2026-06-16T08:28:11.2907070Z ────────────
2026-06-16T08:28:11.2910543Z      Summary [  45.725s] 1095 tests run: 1095 passed, 1 skipped
2026-06-16T08:28:11.4137324Z ##[group]Run cargo test --workspace --doc
2026-06-16T08:28:11.4142258Z [36;1mcargo test --workspace --doc[0m
2026-06-16T08:28:11.4350088Z shell: /usr/bin/bash -e {0}
2026-06-16T08:28:11.4350331Z env:
2026-06-16T08:28:11.4350542Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-16T08:28:11.4350785Z ##[endgroup]
2026-06-16T08:28:12.1357003Z    Compiling strsim v0.11.1
2026-06-16T08:28:12.1398463Z    Compiling unicode-segmentation v1.13.3
2026-06-16T08:28:12.2398526Z    Compiling darling_core v0.20.11
2026-06-16T08:28:12.3328529Z    Compiling convert_case v0.10.0
2026-06-16T08:28:12.4406144Z    Compiling derive_more-impl v2.1.1
2026-06-16T08:28:13.2450349Z    Compiling darling_macro v0.20.11
2026-06-16T08:28:13.3812436Z    Compiling darling v0.20.11
2026-06-16T08:28:13.4016517Z    Compiling derive_builder_core v0.20.2
2026-06-16T08:28:13.7906756Z    Compiling derive_more v2.1.1
2026-06-16T08:28:13.8114108Z    Compiling derive_builder_macro v0.20.2
2026-06-16T08:28:13.8413981Z    Compiling n0-future v0.3.2
2026-06-16T08:28:13.8414577Z    Compiling noq-proto v0.17.0
2026-06-16T08:28:13.8415098Z    Compiling iroh-base v0.98.0
2026-06-16T08:28:13.9274051Z    Compiling derive_builder v0.20.2
2026-06-16T08:28:13.9302464Z    Compiling n0-watcher v0.6.1
2026-06-16T08:28:13.9616944Z    Compiling vergen-lib v9.1.0
2026-06-16T08:28:13.9617451Z    Compiling vergen-lib v0.1.6
2026-06-16T08:28:14.0367621Z    Compiling netwatch v0.16.0
2026-06-16T08:28:14.0583375Z    Compiling vergen v9.1.0
2026-06-16T08:28:14.0840880Z    Compiling vergen-gitcl v1.0.8
2026-06-16T08:28:14.1588140Z    Compiling iroh-dns v0.98.0
2026-06-16T08:28:14.3673902Z    Compiling iroh-relay v0.98.0
2026-06-16T08:28:14.7748407Z    Compiling portmapper v0.16.0
2026-06-16T08:28:16.9502224Z    Compiling noq v0.18.0
2026-06-16T08:28:20.8079316Z    Compiling iroh v0.98.2
2026-06-16T08:28:28.6892523Z    Compiling spt-net v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-16T08:28:30.1154942Z    Compiling spt-daemon v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-16T08:28:36.9833845Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 25.50s
2026-06-16T08:28:37.0139902Z    Doc-tests spt_daemon
2026-06-16T08:28:37.4250070Z 
2026-06-16T08:28:37.4250535Z running 0 tests
2026-06-16T08:28:37.4254182Z 
2026-06-16T08:28:37.4256548Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-16T08:28:37.4256971Z 
2026-06-16T08:28:37.4294443Z    Doc-tests spt_live
2026-06-16T08:28:37.4665619Z 
2026-06-16T08:28:37.4666032Z running 0 tests
2026-06-16T08:28:37.4666276Z 
2026-06-16T08:28:37.4666581Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-16T08:28:37.4666953Z 
2026-06-16T08:28:37.4698004Z    Doc-tests spt_msg
2026-06-16T08:28:37.4997271Z 
2026-06-16T08:28:37.4997917Z running 0 tests
2026-06-16T08:28:37.4998305Z 
2026-06-16T08:28:37.4998776Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-16T08:28:37.4999520Z 
2026-06-16T08:28:37.5027084Z    Doc-tests spt_net
2026-06-16T08:28:37.6605128Z 
2026-06-16T08:28:37.6605769Z running 0 tests
2026-06-16T08:28:37.6606093Z 
2026-06-16T08:28:37.6606388Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-16T08:28:37.6606736Z 
2026-06-16T08:28:37.6643071Z    Doc-tests spt_proto
2026-06-16T08:28:37.6941188Z 
2026-06-16T08:28:37.6941680Z running 0 tests
2026-06-16T08:28:37.6941970Z 
2026-06-16T08:28:37.6942338Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-16T08:28:37.6942715Z 
2026-06-16T08:28:37.6968854Z    Doc-tests spt_runtime
2026-06-16T08:28:37.8609614Z 
2026-06-16T08:28:37.8610253Z running 0 tests
2026-06-16T08:28:37.8610700Z 
2026-06-16T08:28:37.8610996Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-16T08:28:37.8611691Z 
2026-06-16T08:28:37.8639119Z    Doc-tests spt_store
2026-06-16T08:28:37.9995634Z 
2026-06-16T08:28:37.9996255Z running 0 tests
2026-06-16T08:28:37.9996498Z 
2026-06-16T08:28:37.9996785Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-16T08:28:37.9997137Z 
2026-06-16T08:28:38.0025482Z    Doc-tests spt_term
2026-06-16T08:28:38.0475704Z 
2026-06-16T08:28:38.0476381Z running 0 tests
2026-06-16T08:28:38.0486641Z 
2026-06-16T08:28:38.0487005Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-16T08:28:38.0487367Z 
2026-06-16T08:28:38.0650744Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-06-16T08:28:38.0651179Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-06-16T08:28:38.0663796Z shell: /usr/bin/bash -e {0}
2026-06-16T08:28:38.0664010Z env:
2026-06-16T08:28:38.0664263Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-16T08:28:38.0664495Z ##[endgroup]
2026-06-16T08:28:38.4449884Z     Checking cfg-if v1.0.4
2026-06-16T08:28:38.4450267Z     Checking typenum v1.20.1
2026-06-16T08:28:38.4451047Z     Checking memchr v2.8.1
2026-06-16T08:28:38.4451581Z     Checking log v0.4.32
2026-06-16T08:28:38.4506819Z     Checking critical-section v1.2.0
2026-06-16T08:28:38.4580580Z     Checking subtle v2.6.1
2026-06-16T08:28:38.4581310Z     Checking smallvec v1.15.1
2026-06-16T08:28:38.4660816Z     Checking libc v0.2.186
2026-06-16T08:28:38.4661554Z     Checking serde_core v1.0.228
2026-06-16T08:28:38.4787895Z     Checking equivalent v1.0.2
2026-06-16T08:28:38.4789679Z     Checking itoa v1.0.18
2026-06-16T08:28:38.4790380Z     Checking pin-project-lite v0.2.17
2026-06-16T08:28:38.5030835Z     Checking bitflags v2.12.1
2026-06-16T08:28:38.5071686Z     Checking cpufeatures v0.2.17
2026-06-16T08:28:38.5250164Z     Checking zeroize v1.8.2
2026-06-16T08:28:38.5281234Z     Checking hashbrown v0.17.1
2026-06-16T08:28:38.5336044Z     Checking bytes v1.11.1
2026-06-16T08:28:38.5511021Z     Checking futures-core v0.3.32
2026-06-16T08:28:38.5545925Z     Checking rand_core v0.10.1
2026-06-16T08:28:38.5822096Z     Checking stable_deref_trait v1.2.1
2026-06-16T08:28:38.5860918Z     Checking slab v0.4.12
2026-06-16T08:28:38.6100777Z     Checking futures-sink v0.3.32
2026-06-16T08:28:38.6282188Z     Checking futures-io v0.3.32
2026-06-16T08:28:38.6431105Z     Checking futures-task v0.3.32
2026-06-16T08:28:38.6590620Z     Checking zerofrom v0.1.8
2026-06-16T08:28:38.6900499Z     Checking zerocopy v0.8.50
2026-06-16T08:28:38.6970818Z     Checking signature v2.2.0
2026-06-16T08:28:38.7080526Z     Checking zmij v1.0.21
2026-06-16T08:28:38.7185260Z     Checking writeable v0.6.3
2026-06-16T08:28:38.7192529Z     Checking fastrand v2.4.1
2026-06-16T08:28:38.7320744Z     Checking litemap v0.8.2
2026-06-16T08:28:38.7391594Z     Checking futures-channel v0.3.32
2026-06-16T08:28:38.8031267Z     Checking yoke v0.8.3
2026-06-16T08:28:38.8162532Z     Checking libsqlite3-sys v0.30.1
2026-06-16T08:28:38.8200908Z     Checking ed25519 v2.2.3
2026-06-16T08:28:38.8513500Z     Checking fallible-iterator v0.3.0
2026-06-16T08:28:38.9080653Z     Checking fallible-streaming-iterator v0.1.9
2026-06-16T08:28:38.9240425Z     Checking utf8_iter v1.0.4
2026-06-16T08:28:38.9640479Z     Checking icu_properties_data v2.2.0
2026-06-16T08:28:38.9710505Z     Checking icu_normalizer_data v2.2.0
2026-06-16T08:28:39.0110437Z     Checking zerovec v0.11.6
2026-06-16T08:28:39.0180456Z     Checking zerotrie v0.2.4
2026-06-16T08:28:39.0279891Z     Checking percent-encoding v2.3.2
2026-06-16T08:28:39.0340828Z     Checking cpufeatures v0.3.0
2026-06-16T08:28:39.0470570Z     Checking rustls-pki-types v1.14.1
2026-06-16T08:28:39.0780736Z     Checking futures-util v0.3.32
2026-06-16T08:28:39.1030565Z     Checking scopeguard v1.2.0
2026-06-16T08:28:39.1141222Z     Checking chacha20 v0.10.0
2026-06-16T08:28:39.1420352Z     Checking thiserror v2.0.18
2026-06-16T08:28:39.1910365Z     Checking form_urlencoded v1.2.2
2026-06-16T08:28:39.2090469Z     Checking aws-lc-sys v0.41.0
2026-06-16T08:28:39.2180593Z     Checking lock_api v0.4.14
2026-06-16T08:28:39.2240232Z     Checking http v1.4.1
2026-06-16T08:28:39.2270373Z    Compiling fnv v1.0.7
2026-06-16T08:28:39.2383094Z     Checking untrusted v0.9.0
2026-06-16T08:28:39.2930594Z     Checking indexmap v2.14.0
2026-06-16T08:28:39.3010432Z     Checking const-oid v0.10.2
2026-06-16T08:28:39.3171758Z    Compiling darling_core v0.20.11
2026-06-16T08:28:39.3370429Z     Checking atomic-waker v1.1.2
2026-06-16T08:28:39.3670627Z     Checking linux-raw-sys v0.12.1
2026-06-16T08:28:39.4320560Z     Checking derive_more v2.1.1
2026-06-16T08:28:39.4421283Z     Checking either v1.16.0
2026-06-16T08:28:39.4490395Z     Checking base64ct v1.8.3
2026-06-16T08:28:39.4540229Z     Checking httparse v1.10.1
2026-06-16T08:28:39.4874023Z     Checking tinyvec_macros v0.1.1
2026-06-16T08:28:39.5330823Z     Checking try-lock v0.2.5
2026-06-16T08:28:39.5370884Z     Checking data-encoding v2.11.0
2026-06-16T08:28:39.5920899Z     Checking tower-service v0.3.3
2026-06-16T08:28:39.6530271Z     Checking tinystr v0.8.3
2026-06-16T08:28:39.6660371Z     Checking potential_utf v0.1.5
2026-06-16T08:28:39.6930525Z     Checking base64 v0.22.1
2026-06-16T08:28:39.7520681Z     Checking want v0.3.1
2026-06-16T08:28:39.7780517Z     Checking pem-rfc7468 v1.0.0
2026-06-16T08:28:39.8010601Z     Checking icu_locale_core v2.2.0
2026-06-16T08:28:39.8140684Z     Checking generic-array v0.14.7
2026-06-16T08:28:39.8210687Z     Checking rustix v1.1.4
2026-06-16T08:28:39.8310395Z     Checking icu_collections v2.2.0
2026-06-16T08:28:39.8800142Z     Checking hybrid-array v0.4.12
2026-06-16T08:28:39.9070429Z     Checking der v0.8.0-rc.10
2026-06-16T08:28:39.9220324Z     Checking tinyvec v1.11.0
2026-06-16T08:28:40.1150504Z     Checking aws-lc-rs v1.17.0
2026-06-16T08:28:40.1580588Z     Checking n0-error v0.1.3
2026-06-16T08:28:40.1810955Z     Checking num-traits v0.2.19
2026-06-16T08:28:40.3057948Z     Checking getrandom v0.2.17
2026-06-16T08:28:40.3210293Z     Checking mio v1.2.1
2026-06-16T08:28:40.3349712Z     Checking socket2 v0.6.4
2026-06-16T08:28:40.4010678Z     Checking getrandom v0.4.2
2026-06-16T08:28:40.4361086Z     Checking fs2 v0.4.3
2026-06-16T08:28:40.5530252Z     Checking http-body v1.0.1
2026-06-16T08:28:40.5650286Z     Checking rand_core v0.6.4
2026-06-16T08:28:40.5740147Z     Checking rand v0.10.1
2026-06-16T08:28:40.6200494Z     Checking crypto-common v0.1.7
2026-06-16T08:28:40.6331482Z     Checking block-buffer v0.10.4
2026-06-16T08:28:40.6550519Z     Checking ring v0.17.14
2026-06-16T08:28:40.6950259Z     Checking parking_lot_core v0.9.12
2026-06-16T08:28:40.7360441Z     Checking block-buffer v0.12.0
2026-06-16T08:28:40.7490385Z     Checking crypto-common v0.2.2
2026-06-16T08:28:40.7650472Z     Checking digest v0.10.7
2026-06-16T08:28:40.7990530Z     Checking tokio v1.52.3
2026-06-16T08:28:40.8501099Z     Checking icu_provider v2.2.0
2026-06-16T08:28:40.9030391Z     Checking parking_lot v0.12.5
2026-06-16T08:28:40.9110401Z     Checking serde v1.0.228
2026-06-16T08:28:40.9381724Z     Checking sha2 v0.10.9
2026-06-16T08:28:41.0000677Z     Checking curve25519-dalek v4.1.3
2026-06-16T08:28:41.0740363Z     Checking serde_json v1.0.150
2026-06-16T08:28:41.0950236Z     Checking inout v0.1.4
2026-06-16T08:28:41.1240790Z     Checking icu_normalizer v2.2.0
2026-06-16T08:28:41.2270520Z     Checking icu_properties v2.2.0
2026-06-16T08:28:41.2995004Z    Compiling anyhow v1.0.102
2026-06-16T08:28:41.4310600Z     Checking parking v2.2.1
2026-06-16T08:28:41.4680370Z     Checking httpdate v1.0.3
2026-06-16T08:28:41.4790500Z     Checking cordyceps v0.3.4
2026-06-16T08:28:41.5292873Z     Checking portable-atomic v1.13.1
2026-06-16T08:28:41.5490465Z     Checking ipnet v2.12.0
2026-06-16T08:28:41.6107601Z     Checking spin v0.10.0
2026-06-16T08:28:41.6590731Z     Checking diatomic-waker v0.2.3
2026-06-16T08:28:41.6960545Z     Checking futures-lite v2.6.1
2026-06-16T08:28:41.7710483Z     Checking toml_datetime v0.6.11
2026-06-16T08:28:41.8190577Z     Checking futures-buffered v0.2.13
2026-06-16T08:28:41.8440562Z     Checking serde_spanned v0.6.9
2026-06-16T08:28:41.8980550Z     Checking spki v0.8.0-rc.4
2026-06-16T08:28:41.9690297Z     Checking digest v0.11.3
2026-06-16T08:28:42.0130428Z     Checking pin-project v1.1.13
2026-06-16T08:28:42.0740226Z     Checking cipher v0.4.4
2026-06-16T08:28:42.0924051Z     Checking universal-hash v0.5.1
2026-06-16T08:28:42.1140505Z     Checking ioctl-rs v0.1.6
2026-06-16T08:28:42.1300519Z     Checking serial-core v0.4.0
2026-06-16T08:28:42.1725926Z     Checking termios v0.2.2
2026-06-16T08:28:42.1760777Z     Checking netlink-packet-core v0.8.1
2026-06-16T08:28:42.2169438Z     Checking aho-corasick v1.1.4
2026-06-16T08:28:42.2679291Z     Checking sync_wrapper v1.0.2
2026-06-16T08:28:42.2810429Z     Checking byteorder v1.5.0
2026-06-16T08:28:42.2850422Z     Checking rustls-webpki v0.103.13
2026-06-16T08:28:42.3170368Z     Checking toml_write v0.1.2
2026-06-16T08:28:42.3620649Z     Checking once_cell v1.21.4
2026-06-16T08:28:42.3750380Z     Checking ed25519-dalek v2.2.0
2026-06-16T08:28:42.3870376Z     Checking opaque-debug v0.3.1
2026-06-16T08:28:42.4860420Z     Checking allocator-api2 v0.2.21
2026-06-16T08:28:42.4950687Z     Checking regex-syntax v0.8.10
2026-06-16T08:28:42.4990634Z     Checking winnow v0.7.15
2026-06-16T08:28:42.5170708Z    Compiling powerfmt v0.2.0
2026-06-16T08:28:42.5426289Z     Checking hash32 v0.2.1
2026-06-16T08:28:42.5701086Z     Checking tracing-core v0.1.36
2026-06-16T08:28:42.6400450Z     Checking idna_adapter v1.2.2
2026-06-16T08:28:42.6621006Z     Checking spt-proto v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-16T08:28:42.6820513Z     Checking futures-executor v0.3.32
2026-06-16T08:28:42.7200196Z    Compiling deranged v0.5.8
2026-06-16T08:28:42.7350228Z     Checking idna v1.1.0
2026-06-16T08:28:42.7530447Z     Checking polyval v0.6.2
2026-06-16T08:28:42.8057147Z     Checking serial-unix v0.4.0
2026-06-16T08:28:42.8291058Z     Checking ref-cast v1.0.25
2026-06-16T08:28:42.8870654Z     Checking thiserror v1.0.69
2026-06-16T08:28:42.9270469Z     Checking pkcs8 v0.11.0-rc.10
2026-06-16T08:28:42.9450754Z     Checking rustls v0.23.40
2026-06-16T08:28:42.9580347Z     Checking memoffset v0.6.5
2026-06-16T08:28:43.0050609Z     Checking crossbeam-utils v0.8.21
2026-06-16T08:28:43.0330808Z     Checking prefix-trie v0.8.4
2026-06-16T08:28:43.0420428Z     Checking tracing v0.1.44
2026-06-16T08:28:43.0540535Z     Checking spin v0.9.8
2026-06-16T08:28:43.0670561Z    Compiling time-core v0.1.8
2026-06-16T08:28:43.1123968Z     Checking url v2.5.8
2026-06-16T08:28:43.2800465Z    Compiling darling_macro v0.20.11
2026-06-16T08:28:43.2990172Z     Checking tower-layer v0.3.3
2026-06-16T08:28:43.3104746Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-16T08:28:43.3470508Z    Compiling num-conv v0.2.2
2026-06-16T08:28:43.3581367Z     Checking ryu v1.0.23
2026-06-16T08:28:43.3678925Z     Checking dyn-clone v1.0.20
2026-06-16T08:28:43.3711335Z     Checking signature v3.0.0
2026-06-16T08:28:43.4548927Z     Checking bitflags v1.3.2
2026-06-16T08:28:43.4860497Z     Checking pin-utils v0.1.0
2026-06-16T08:28:43.5260405Z     Checking ed25519 v3.0.0-rc.4
2026-06-16T08:28:43.5352156Z     Checking schemars v1.2.1
2026-06-16T08:28:43.5373801Z     Checking ahash v0.8.12
2026-06-16T08:28:43.5700893Z     Checking nix v0.25.1
2026-06-16T08:28:43.5740886Z     Checking noq-udp v0.10.0
2026-06-16T08:28:43.6900435Z     Checking heapless v0.7.17
2026-06-16T08:28:43.6965247Z    Compiling darling v0.20.11
2026-06-16T08:28:43.7230375Z     Checking ghash v0.5.1
2026-06-16T08:28:43.7600732Z     Checking filedescriptor v0.8.3
2026-06-16T08:28:43.7760510Z     Checking hashbrown v0.14.5
2026-06-16T08:28:43.8040281Z    Compiling derive_builder_core v0.20.2
2026-06-16T08:28:43.8130998Z     Checking serial v0.4.0
2026-06-16T08:28:43.8530337Z     Checking curve25519-dalek v5.0.0-pre.6
2026-06-16T08:28:43.8977188Z     Checking hickory-proto v0.26.0-beta.4
2026-06-16T08:28:43.9079593Z     Checking futures v0.3.32
2026-06-16T08:28:43.9320653Z     Checking tempfile v3.27.0
2026-06-16T08:28:43.9590686Z     Checking ctr v0.9.2
2026-06-16T08:28:43.9690621Z     Checking aes v0.8.4
2026-06-16T08:28:44.1310516Z    Compiling time v0.3.47
2026-06-16T08:28:44.2060729Z     Checking sha2 v0.11.0-rc.5
2026-06-16T08:28:44.2160328Z     Checking aead v0.5.2
2026-06-16T08:28:44.3850428Z    Compiling proc-macro-crate v3.5.0
2026-06-16T08:28:44.4840952Z     Checking http-body-util v0.1.3
2026-06-16T08:28:44.4940393Z     Checking toml_edit v0.22.27
2026-06-16T08:28:44.5240232Z     Checking cobs v0.3.0
2026-06-16T08:28:44.5706455Z     Checking hashlink v0.9.1
2026-06-16T08:28:44.5980665Z     Checking regex-automata v0.4.14
2026-06-16T08:28:44.7999952Z     Checking openssl-probe v0.2.1
2026-06-16T08:28:44.8801651Z     Checking downcast-rs v1.2.1
2026-06-16T08:28:44.9281390Z     Checking shell-words v1.1.1
2026-06-16T08:28:44.9421006Z     Checking rustls-native-certs v0.8.4
2026-06-16T08:28:44.9750744Z     Checking rusqlite v0.32.1
2026-06-16T08:28:45.0417724Z     Checking postcard v1.1.3
2026-06-16T08:28:45.0487957Z     Checking aes-gcm v0.10.3
2026-06-16T08:28:45.1252193Z     Checking crossbeam-epoch v0.9.18
2026-06-16T08:28:45.1436341Z    Compiling derive_builder_macro v0.20.2
2026-06-16T08:28:45.1582383Z     Checking crossbeam-channel v0.5.15
2026-06-16T08:28:45.1762275Z    Compiling num_enum_derive v0.7.6
2026-06-16T08:28:45.2686924Z     Checking ed25519-dalek v3.0.0-pre.6
2026-06-16T08:28:45.3310258Z     Checking data-encoding-macro v0.1.20
2026-06-16T08:28:45.3950523Z     Checking netlink-packet-route v0.29.0
2026-06-16T08:28:45.4086253Z     Checking uuid v1.23.2
2026-06-16T08:28:45.5000438Z     Checking lru-slab v0.1.2
2026-06-16T08:28:45.5774529Z    Compiling derive_builder v0.20.2
2026-06-16T08:28:45.6088334Z     Checking rustc-hash v2.1.2
2026-06-16T08:28:45.6770837Z     Checking sorted-index-buffer v0.2.1
2026-06-16T08:28:45.7100267Z    Compiling vergen-lib v9.1.0
2026-06-16T08:28:45.7520736Z    Compiling vergen-lib v0.1.6
2026-06-16T08:28:45.7671214Z     Checking mac-addr v0.3.0
2026-06-16T08:28:45.7780736Z     Checking identity-hash v0.1.0
2026-06-16T08:28:45.8130548Z     Checking xml-rs v0.8.28
2026-06-16T08:28:45.8474518Z     Checking tokio-util v0.7.18
2026-06-16T08:28:45.9160603Z     Checking netlink-sys v0.8.8
2026-06-16T08:28:45.9281617Z     Checking spt-store v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-16T08:28:45.9306071Z     Checking tower v0.5.3
2026-06-16T08:28:46.1501077Z    Compiling vergen v9.1.0
2026-06-16T08:28:46.1887933Z     Checking tagptr v0.2.0
2026-06-16T08:28:46.2231210Z     Checking foldhash v0.2.0
2026-06-16T08:28:46.2672729Z     Checking netlink-proto v0.12.0
2026-06-16T08:28:46.3000603Z     Checking iroh-base v0.98.0
2026-06-16T08:28:46.3820156Z     Checking moka v0.12.15
2026-06-16T08:28:46.3830130Z     Checking hashbrown v0.16.1
2026-06-16T08:28:46.4030434Z     Checking xmltree v0.10.3
2026-06-16T08:28:46.5193977Z    Compiling vergen-gitcl v1.0.8
2026-06-16T08:28:46.5890873Z     Checking num_enum v0.7.6
2026-06-16T08:28:46.6230502Z     Checking strum v0.28.0
2026-06-16T08:28:46.6570750Z     Checking tower-http v0.6.11
2026-06-16T08:28:46.6760321Z     Checking toml v0.8.23
2026-06-16T08:28:46.7300673Z     Checking h2 v0.4.14
2026-06-16T08:28:46.7460580Z     Checking n0-future v0.3.2
2026-06-16T08:28:46.7610699Z     Checking tokio-stream v0.1.18
2026-06-16T08:28:46.8170208Z     Checking iroh-metrics v0.38.3
2026-06-16T08:28:46.8630201Z     Checking n0-watcher v0.6.1
2026-06-16T08:28:46.9970246Z     Checking attohttpc v0.30.1
2026-06-16T08:28:47.0160452Z     Checking regex v1.12.3
2026-06-16T08:28:47.0370734Z     Checking netlink-packet-route v0.30.0
2026-06-16T08:28:47.0680635Z     Checking simple-dns v0.9.3
2026-06-16T08:28:47.1110961Z     Checking arrayref v0.3.9
2026-06-16T08:28:47.1956420Z     Checking simdutf8 v0.1.5
2026-06-16T08:28:47.2060488Z     Checking smol_str v0.1.24
2026-06-16T08:28:47.2475701Z     Checking resolv-conf v0.7.6
2026-06-16T08:28:47.3160485Z     Checking portable-pty v0.8.1
2026-06-16T08:28:47.3826922Z     Checking arrayvec v0.7.6
2026-06-16T08:28:47.4011510Z     Checking constant_time_eq v0.4.2
2026-06-16T08:28:47.4160502Z     Checking sha1_smol v1.0.1
2026-06-16T08:28:47.4380457Z     Checking acto v0.8.2
2026-06-16T08:28:47.4520424Z     Checking lru v0.16.4
2026-06-16T08:28:47.4570525Z    Compiling iroh-relay v0.98.0
2026-06-16T08:28:47.4840559Z     Checking tokio-rustls v0.26.4
2026-06-16T08:28:47.5090614Z     Checking noq-proto v0.17.0
2026-06-16T08:28:47.5400518Z     Checking rustls-platform-verifier v0.7.0
2026-06-16T08:28:47.5501084Z     Checking hmac v0.12.1
2026-06-16T08:28:47.5797977Z     Checking serde_bytes v0.11.19
2026-06-16T08:28:47.6080858Z     Checking seize v0.5.1
2026-06-16T08:28:47.6241125Z     Checking blake3 v1.8.5
2026-06-16T08:28:47.6280924Z     Checking webpki-roots v1.0.7
2026-06-16T08:28:47.6530832Z     Checking cmov v0.5.4
2026-06-16T08:28:47.6810560Z     Checking backon v1.6.0
2026-06-16T08:28:47.7150580Z     Checking hkdf v0.12.4
2026-06-16T08:28:47.7759667Z     Checking sha1 v0.10.6
2026-06-16T08:28:47.8630559Z     Checking interprocess v2.4.2
2026-06-16T08:28:47.8780599Z     Checking papaya v0.2.4
2026-06-16T08:28:47.8850295Z     Checking errno v0.3.14
2026-06-16T08:28:47.9021180Z     Checking spake2 v0.4.0
2026-06-16T08:28:47.9090588Z     Checking ctutils v0.4.2
2026-06-16T08:28:47.9201532Z     Checking tokio-websockets v0.13.2
2026-06-16T08:28:47.9331262Z    Compiling darling_core v0.23.0
2026-06-16T08:28:48.0063842Z     Checking signal-hook-registry v1.4.8
2026-06-16T08:28:48.0240699Z     Checking utf8parse v0.2.2
2026-06-16T08:28:48.0450488Z     Checking linux-raw-sys v0.4.15
2026-06-16T08:28:48.0590638Z     Checking unicode-segmentation v1.13.3
2026-06-16T08:28:48.1260774Z     Checking anstyle-parse v1.0.0
2026-06-16T08:28:48.1521996Z     Checking swarm-discovery v0.6.0-alpha.2
2026-06-16T08:28:48.1779569Z     Checking anstyle v1.0.14
2026-06-16T08:28:48.1781535Z     Checking iroh-dns v0.98.0
2026-06-16T08:28:48.1950521Z     Checking signal-hook v0.3.18
2026-06-16T08:28:48.2470929Z     Checking spt-msg v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-16T08:28:48.2810295Z     Checking foldhash v0.1.5
2026-06-16T08:28:48.3600392Z     Checking anstyle-query v1.1.5
2026-06-16T08:28:48.4490289Z     Checking colorchoice v1.0.5
2026-06-16T08:28:48.4690412Z     Checking is_terminal_polyfill v1.70.2
2026-06-16T08:28:48.4730298Z     Checking signal-hook-mio v0.2.5
2026-06-16T08:28:48.5041126Z     Checking terminal_size v0.4.4
2026-06-16T08:28:48.5061106Z     Checking hashbrown v0.15.5
2026-06-16T08:28:48.5080227Z     Checking itertools v0.13.0
2026-06-16T08:28:48.5317700Z     Checking castaway v0.2.4
2026-06-16T08:28:48.5332904Z     Checking strsim v0.11.1
2026-06-16T08:28:48.5530784Z     Checking static_assertions v1.1.0
2026-06-16T08:28:48.5548384Z     Checking rustix v0.38.44
2026-06-16T08:28:48.5687082Z     Checking clap_lex v1.1.0
2026-06-16T08:28:48.5717666Z     Checking anstream v1.0.0
2026-06-16T08:28:48.5746883Z     Checking spt-runtime v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-16T08:28:48.6201397Z     Checking spt-term v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-16T08:28:48.6221647Z     Checking unicode-width v0.1.14
2026-06-16T08:28:48.6361105Z     Checking compact_str v0.8.2
2026-06-16T08:28:48.7310593Z     Checking strum v0.26.3
2026-06-16T08:28:48.7410568Z     Checking iana-time-zone v0.1.65
2026-06-16T08:28:48.8758704Z     Checking clap_builder v4.6.0
2026-06-16T08:28:48.9140098Z     Checking cassowary v0.3.0
2026-06-16T08:28:48.9640622Z     Checking unicode-width v0.2.0
2026-06-16T08:28:48.9786020Z     Checking chrono v0.4.45
2026-06-16T08:28:49.0825987Z     Checking nucleo-matcher v0.3.1
2026-06-16T08:28:49.2320684Z     Checking lru v0.12.5
2026-06-16T08:28:49.2321405Z     Checking qrcode v0.14.1
2026-06-16T08:28:49.4840742Z     Checking crossterm v0.28.1
2026-06-16T08:28:49.6979489Z     Checking mock-adapter v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-16T08:28:50.1117598Z     Checking unicode-truncate v1.1.0
2026-06-16T08:28:50.6739265Z    Compiling darling_macro v0.23.0
2026-06-16T08:28:50.7439650Z     Checking netdev v0.42.0
2026-06-16T08:28:50.8701670Z    Compiling darling v0.23.0
2026-06-16T08:28:50.9166653Z    Compiling instability v0.3.12
2026-06-16T08:28:51.1629927Z     Checking spt-live v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-16T08:28:51.3041805Z     Checking ratatui v0.29.0
2026-06-16T08:28:51.3241260Z     Checking clap v4.6.1
2026-06-16T08:28:51.4465508Z     Checking hyper v1.10.1
2026-06-16T08:28:51.4466366Z     Checking hickory-net v0.26.0-beta.4
2026-06-16T08:28:51.8222716Z     Checking netwatch v0.16.0
2026-06-16T08:28:52.0627178Z     Checking noq v0.18.0
2026-06-16T08:28:52.3239950Z     Checking hyper-util v0.1.20
2026-06-16T08:28:52.3392319Z     Checking hickory-resolver v0.26.0-beta.4
2026-06-16T08:28:53.0859286Z     Checking hyper-rustls v0.27.9
2026-06-16T08:28:53.0859652Z     Checking igd-next v0.17.1
2026-06-16T08:28:53.1729508Z     Checking reqwest v0.13.4
2026-06-16T08:28:53.2993488Z     Checking portmapper v0.16.0
2026-06-16T08:28:54.4134653Z     Checking iroh v0.98.2
2026-06-16T08:28:57.8892396Z     Checking spt-net v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-16T08:28:59.2285180Z     Checking spt-daemon v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-16T08:29:02.6552845Z     Checking spt v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-16T08:29:03.0328123Z     Checking xtask v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-16T08:29:06.6132994Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.51s
2026-06-16T08:29:06.6847017Z ##[group]Run actions/checkout@v5
2026-06-16T08:29:06.6847281Z with:
2026-06-16T08:29:06.6847490Z   repository: SaberMage/spt-shell-notify
2026-06-16T08:29:06.6847742Z   path: .adapter-notify
2026-06-16T08:29:06.6849956Z   token: ***
2026-06-16T08:29:06.6850158Z   ssh-strict: true
2026-06-16T08:29:06.6850343Z   ssh-user: git
2026-06-16T08:29:06.6850533Z   persist-credentials: true
2026-06-16T08:29:06.6850742Z   clean: true
2026-06-16T08:29:06.6850935Z   sparse-checkout-cone-mode: true
2026-06-16T08:29:06.6851160Z   fetch-depth: 1
2026-06-16T08:29:06.6851341Z   fetch-tags: false
2026-06-16T08:29:06.6851555Z   show-progress: true
2026-06-16T08:29:06.6851742Z   lfs: false
2026-06-16T08:29:06.6851913Z   submodules: false
2026-06-16T08:29:06.6852108Z   set-safe-directory: true
2026-06-16T08:29:06.6852309Z env:
2026-06-16T08:29:06.6852490Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-16T08:29:06.6852719Z ##[endgroup]
2026-06-16T08:29:06.8541683Z Syncing repository: SaberMage/spt-shell-notify
2026-06-16T08:29:06.8542217Z ##[group]Getting Git version info
2026-06-16T08:29:06.8542637Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-16T08:29:06.8543186Z [command]/usr/bin/git version
2026-06-16T08:29:06.8574986Z git version 2.43.0
2026-06-16T08:29:06.8624939Z ##[endgroup]
2026-06-16T08:29:06.8635866Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/9fa23884-95d0-4816-93cf-00202737057d' before making global git config changes
2026-06-16T08:29:06.8636514Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T08:29:06.8638881Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-16T08:29:06.8668452Z ##[group]Initializing the repository
2026-06-16T08:29:06.8671205Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-16T08:29:06.8697360Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-16T08:29:06.8697810Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-16T08:29:06.8698286Z hint: of your new repositories, which will suppress this warning, call:
2026-06-16T08:29:06.8698599Z hint: 
2026-06-16T08:29:06.8698837Z hint: 	git config --global init.defaultBranch <name>
2026-06-16T08:29:06.8699389Z hint: 
2026-06-16T08:29:06.8699799Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-16T08:29:06.8700304Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-16T08:29:06.8700939Z hint: 
2026-06-16T08:29:06.8701176Z hint: 	git branch -m <name>
2026-06-16T08:29:06.8702804Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-16T08:29:06.8710622Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-16T08:29:06.8734743Z ##[endgroup]
2026-06-16T08:29:06.8735191Z ##[group]Disabling automatic garbage collection
2026-06-16T08:29:06.8737160Z [command]/usr/bin/git config --local gc.auto 0
2026-06-16T08:29:06.8760322Z ##[endgroup]
2026-06-16T08:29:06.8760688Z ##[group]Setting up auth
2026-06-16T08:29:06.8765098Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-16T08:29:06.8787318Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-16T08:29:06.8986513Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T08:29:06.9013675Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-16T08:29:06.9204829Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T08:29:06.9231373Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-16T08:29:06.9412493Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-16T08:29:06.9442037Z ##[endgroup]
2026-06-16T08:29:06.9442371Z ##[group]Determining the default branch
2026-06-16T08:29:06.9445023Z Retrieving the default branch name
2026-06-16T08:29:07.2998071Z Default branch 'main'
2026-06-16T08:29:07.2999304Z ##[endgroup]
2026-06-16T08:29:07.2999912Z ##[group]Fetching the repository
2026-06-16T08:29:07.3003248Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-16T08:29:08.1341247Z From https://github.com/SaberMage/spt-shell-notify
2026-06-16T08:29:08.1341689Z  * [new branch]      main       -> origin/main
2026-06-16T08:29:08.1359294Z ##[endgroup]
2026-06-16T08:29:08.1359619Z ##[group]Determining the checkout info
2026-06-16T08:29:08.1361756Z ##[endgroup]
2026-06-16T08:29:08.1365939Z [command]/usr/bin/git sparse-checkout disable
2026-06-16T08:29:08.1407641Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-16T08:29:08.1432256Z ##[group]Checking out the ref
2026-06-16T08:29:08.1434757Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-16T08:29:08.1471673Z Switched to a new branch 'main'
2026-06-16T08:29:08.1471988Z branch 'main' set up to track 'origin/main'.
2026-06-16T08:29:08.1475708Z ##[endgroup]
2026-06-16T08:29:08.1505402Z [command]/usr/bin/git log -1 --format=%H
2026-06-16T08:29:08.1525942Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-06-16T08:29:08.1652783Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-06-16T08:29:08.1653211Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-06-16T08:29:08.1668845Z shell: /usr/bin/bash -e {0}
2026-06-16T08:29:08.1669134Z env:
2026-06-16T08:29:08.1669327Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-16T08:29:08.1669561Z ##[endgroup]
2026-06-16T08:29:08.2041269Z     Updating crates.io index
2026-06-16T08:29:08.2700910Z      Locking 11 packages to latest compatible versions
2026-06-16T08:29:08.3042694Z    Compiling serde_core v1.0.228
2026-06-16T08:29:08.3043041Z    Compiling zmij v1.0.21
2026-06-16T08:29:08.3043342Z    Compiling serde_json v1.0.150
2026-06-16T08:29:08.3043809Z    Compiling itoa v1.0.18
2026-06-16T08:29:08.3044240Z    Compiling memchr v2.8.2
2026-06-16T08:29:10.2017962Z    Compiling spt-shell-notify v0.1.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify)
2026-06-16T08:29:10.3925818Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
2026-06-16T08:29:10.4134558Z ##[group]Run cargo test -p spt --test notify_shell_e2e -- --nocapture
2026-06-16T08:29:10.4134996Z [36;1mcargo test -p spt --test notify_shell_e2e -- --nocapture[0m
2026-06-16T08:29:10.4147464Z shell: /usr/bin/bash -e {0}
2026-06-16T08:29:10.4147689Z env:
2026-06-16T08:29:10.4147886Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-16T08:29:10.4148342Z   SPT_NOTIFY_SHELL_BIN: /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/target/debug/notify-shell
2026-06-16T08:29:10.4148773Z ##[endgroup]
2026-06-16T08:29:10.6899842Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
2026-06-16T08:29:10.7047379Z      Running tests/notify_shell_e2e.rs (target/debug/deps/notify_shell_e2e-409800831c3fa33b)
2026-06-16T08:29:10.7066838Z 
2026-06-16T08:29:10.7067092Z running 1 test
2026-06-16T08:29:11.2114375Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-16T08:29:11.2114865Z 
2026-06-16T08:29:11.2115428Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
2026-06-16T08:29:11.2115978Z 
2026-06-16T08:29:11.2246514Z ##[group]Run cargo test -p spt --test oneliner_e2e -- --nocapture
2026-06-16T08:29:11.2246914Z [36;1mcargo test -p spt --test oneliner_e2e -- --nocapture[0m
2026-06-16T08:29:11.2259068Z shell: /usr/bin/bash -e {0}
2026-06-16T08:29:11.2259299Z env:
2026-06-16T08:29:11.2259492Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-16T08:29:11.2259731Z   SPT_INSTALL_E2E: 1
2026-06-16T08:29:11.2259926Z ##[endgroup]
2026-06-16T08:29:11.4559971Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
2026-06-16T08:29:11.4696280Z      Running tests/oneliner_e2e.rs (target/debug/deps/oneliner_e2e-6f612dc3f785124c)
2026-06-16T08:29:11.4708212Z 
2026-06-16T08:29:11.4708522Z running 1 test
2026-06-16T08:29:32.4175996Z test install_script_against_staged_release ... ok
2026-06-16T08:29:32.4177508Z 
2026-06-16T08:29:32.4178234Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 20.95s
2026-06-16T08:29:32.4178653Z 
2026-06-16T08:29:32.4301235Z ##[group]Run cargo run -p xtask -- check
2026-06-16T08:29:32.4301545Z [36;1mcargo run -p xtask -- check[0m
2026-06-16T08:29:32.4314681Z shell: /usr/bin/bash -e {0}
2026-06-16T08:29:32.4314905Z env:
2026-06-16T08:29:32.4315100Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-16T08:29:32.4315338Z ##[endgroup]
2026-06-16T08:29:32.6577224Z    Compiling cc v1.2.63
2026-06-16T08:29:32.6605834Z    Compiling mio v1.2.1
2026-06-16T08:29:32.6625804Z    Compiling bitflags v2.12.1
2026-06-16T08:29:32.6662041Z    Compiling rustls v0.23.40
2026-06-16T08:29:32.6717829Z    Compiling fastrand v2.4.1
2026-06-16T08:29:32.6782144Z    Compiling either v1.16.0
2026-06-16T08:29:32.7440435Z    Compiling netlink-packet-route v0.29.0
2026-06-16T08:29:32.7441101Z    Compiling netlink-packet-route v0.30.0
2026-06-16T08:29:32.7441558Z    Compiling simple-dns v0.9.3
2026-06-16T08:29:32.7858586Z    Compiling futures-lite v2.6.1
2026-06-16T08:29:32.8110669Z    Compiling prefix-trie v0.8.4
2026-06-16T08:29:32.9128919Z    Compiling tokio v1.52.3
2026-06-16T08:29:33.2852641Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-16T08:29:33.4393145Z    Compiling ring v0.17.14
2026-06-16T08:29:33.4393597Z    Compiling libsqlite3-sys v0.30.1
2026-06-16T08:29:33.4393902Z    Compiling blake3 v1.8.5
2026-06-16T08:29:36.1470470Z    Compiling rustls-webpki v0.103.13
2026-06-16T08:29:36.3431647Z    Compiling tokio-util v0.7.18
2026-06-16T08:29:36.3432372Z    Compiling netlink-sys v0.8.8
2026-06-16T08:29:36.3432817Z    Compiling tower v0.5.3
2026-06-16T08:29:36.3433213Z    Compiling acto v0.8.2
2026-06-16T08:29:36.3440004Z    Compiling backon v1.6.0
2026-06-16T08:29:36.5650116Z    Compiling netlink-proto v0.12.0
2026-06-16T08:29:36.5680508Z    Compiling netdev v0.42.0
2026-06-16T08:29:36.9030452Z    Compiling tower-http v0.6.11
2026-06-16T08:29:37.0408477Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-16T08:29:37.3800677Z    Compiling h2 v0.4.14
2026-06-16T08:29:37.4360588Z    Compiling n0-future v0.3.2
2026-06-16T08:29:37.4794773Z    Compiling tokio-stream v0.1.18
2026-06-16T08:29:37.5762945Z    Compiling n0-watcher v0.6.1
2026-06-16T08:29:37.6079453Z    Compiling iroh-dns v0.98.0
2026-06-16T08:29:37.8260345Z    Compiling netwatch v0.16.0
2026-06-16T08:29:40.2099617Z    Compiling tokio-rustls v0.26.4
2026-06-16T08:29:40.2100189Z    Compiling rustls-platform-verifier v0.7.0
2026-06-16T08:29:40.2100676Z    Compiling noq-proto v0.17.0
2026-06-16T08:29:40.3724456Z    Compiling tokio-websockets v0.13.2
2026-06-16T08:29:40.8109352Z    Compiling rusqlite v0.32.1
2026-06-16T08:29:40.9295498Z    Compiling hyper v1.10.1
2026-06-16T08:29:40.9296351Z    Compiling hickory-net v0.26.0-beta.4
2026-06-16T08:29:41.5617074Z    Compiling spt-store v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-16T08:29:42.0096562Z    Compiling hyper-util v0.1.20
2026-06-16T08:29:42.1028230Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-16T08:29:42.9202220Z    Compiling spt-msg v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-16T08:29:43.0294864Z    Compiling hyper-rustls v0.27.9
2026-06-16T08:29:43.0295403Z    Compiling igd-next v0.17.1
2026-06-16T08:29:43.0759724Z    Compiling spt-runtime v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-16T08:29:43.0761523Z    Compiling spt-term v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-16T08:29:43.2398259Z    Compiling reqwest v0.13.4
2026-06-16T08:29:44.1160210Z    Compiling portmapper v0.16.0
2026-06-16T08:29:44.4195100Z    Compiling noq v0.18.0
2026-06-16T08:29:45.3960994Z    Compiling spt-live v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-16T08:29:46.9225613Z    Compiling iroh-relay v0.98.0
2026-06-16T08:29:49.5145468Z    Compiling iroh v0.98.2
2026-06-16T08:29:57.4586360Z    Compiling spt-net v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-16T08:29:58.8986271Z    Compiling spt-daemon v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-16T08:30:05.8457111Z    Compiling xtask v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-16T08:30:07.0937879Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.65s
2026-06-16T08:30:07.1166356Z      Running `target/debug/xtask check`
2026-06-16T08:30:39.5285092Z xtask check: OK
2026-06-16T08:30:39.5425418Z Post job cleanup.
2026-06-16T08:30:39.6196789Z [command]/usr/bin/git version
2026-06-16T08:30:39.6232975Z git version 2.43.0
2026-06-16T08:30:39.6270839Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/86d99472-c962-48f4-9a92-203dae2212f2' before making global git config changes
2026-06-16T08:30:39.6271650Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T08:30:39.6274950Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-16T08:30:39.6316762Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-16T08:30:39.6352210Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-16T08:30:39.6575274Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T08:30:39.6601562Z http.https://github.com/.extraheader
2026-06-16T08:30:39.6617248Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-16T08:30:39.6648336Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-16T08:30:39.6866489Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T08:30:39.6902271Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-16T08:30:39.7306320Z Post job cleanup.
2026-06-16T08:30:39.8063443Z [command]/usr/bin/git version
2026-06-16T08:30:39.8095668Z git version 2.43.0
2026-06-16T08:30:39.8161705Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/abdfea27-73db-4d69-ad8b-384a4e9b63db' before making global git config changes
2026-06-16T08:30:39.8162400Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T08:30:39.8165706Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-16T08:30:39.8196696Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-16T08:30:39.8223012Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-16T08:30:39.8417023Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T08:30:39.8436716Z http.https://github.com/.extraheader
2026-06-16T08:30:39.8444038Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-16T08:30:39.8473703Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-16T08:30:39.8662713Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T08:30:39.8689940Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-16T08:30:39.9015812Z Cleaning up orphan processes
2026-06-16T08:30:39.9676501Z Terminate orphan process: pid (375951) (spt)
2026-06-16T08:30:39.9695295Z Terminate orphan process: pid (375992) (spt)
